Daywalker008
Newbie
- Sep 29, 2017
- 69
- 11
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Map/ESHome.rpy", line 319, in script
$ initJump("ESHome")
File "game/Map/ESHome.rpy", line 319, in <module>
$ initJump("ESHome")
File "game/Functions/Location.rpy", line 17, in initJump
initMapDisplay()
File "game/Functions/Display.rpy", line 29, in initMapDisplay
initMapLocations()
File "game/Functions/Display.rpy", line 14, in initMapLocations
CharactersDList["Emily"].Location = [["Pool", "Beach"][initRel("Emily") - 1], "Pool", "ESHome", "ESHome"][Timeday - 1]
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Map/ESHome.rpy", line 319, in script
$ initJump("ESHome")
File "E:\Games\PrivateCommunity-0.1.7-pc\renpy\ast.py", line 896, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games\PrivateCommunity-0.1.7-pc\renpy\python.py", line 1929, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Map/ESHome.rpy", line 319, in <module>
$ initJump("ESHome")
File "game/Functions/Location.rpy", line 17, in initJump
initMapDisplay()
File "game/Functions/Display.rpy", line 29, in initMapDisplay
initMapLocations()
File "game/Functions/Display.rpy", line 14, in initMapLocations
CharactersDList["Emily"].Location = [["Pool", "Beach"][initRel("Emily") - 1], "Pool", "ESHome", "ESHome"][Timeday - 1]
IndexError: list index out of range
Windows-8-6.2.9200
Ren'Py 7.2.0.424
Private Community 0.1.7
Wed Nov 06 18:31:25 2019