- Jan 25, 2018
- 1,175
- 1,989
Ignoring it does not help. You have to add the "label day29_eou" in the file day29.rpy (the better solution) or change the jump target. The error occurs because the jump target (jump day29_ eou) does not exist.cant get past this
Code:I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'day29_eou'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/DayCode/day29.rpyc", line 681, in script File "renpy/ast.py", line 1974, in execute rv = renpy.game.script.lookup(target) File "renpy/script.py", line 927, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'day29_eou'. Windows-10-10.0.22621 AMD64 Ren'Py 7.5.2.22081402 Culture Shock Chapter2v0.9 Sun May 14 22:56:54 2023
Last edited: