got this error message on season 2 after the rebel base raid.
While running game code:
File "game/09.rpy", line 4646, in script
jump start010
ScriptError: could not find label 'start010'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/09.rpy", line 4646, in script
jump start010
File "renpy/ast.py", line 1992, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 1013, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'start010'.
Any fixes?