While running game code:
File "game/pl_actions.rpy", line 320, in <module>
File "game/characters.rpy", line 6279, in get_random_active_dream_image
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpyc", line 660, in script call
;®¦
File "game/pl_actions.rpyc", line 45, in script call
8
File "game/events_lab.rpyc", line 2682, in script call
£À¨8ɱ¯Ào}öN��¶{sUߒ'k§U੪ÀӌO7
File "game/pl_actions.rpyc", line 320, in script
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/pl_actions.rpy", line 320, in <module>
File "game/characters.rpy", line 6279, in get_random_active_dream_image
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/random.py", line 277, in choice
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range