- Jan 19, 2020
- 2,433
- 12,775
make sure you have an introduction.rpy or .rpyc file in the game/scripts folderGet an error straight away.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 606, in script jump intro2 ScriptError: could not find label 'intro2'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 606, in script jump intro2 File "renpy/ast.py", line 1757, in execute rv = renpy.game.script.lookup(target) File "renpy/script.py", line 918, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'intro2'. Windows-10-10.0.22000 Ren'Py 7.4.11.2266 Superheroes Suck 1.202public Wed Jul 20 17:16:31 2022
the label is definitely in there. check both the original and my modded files