I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chapter 03.rpy", line 11330, in script call
call var_chapter3_update6 from _call_var_chapter3_update6
File "game/chapter 03.rpy", line 11330, in script call
call var_chapter3_update6 from _call_var_chapter3_update6
ScriptError: could not find label 'var_chapter3_update6'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/chapter 03.rpy", line 11330, in script call
call var_chapter3_update6 from _call_var_chapter3_update6
File "renpy/ast.py", line 1444, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "game/chapter 03.rpy", line 11330, in script call
call var_chapter3_update6 from _call_var_chapter3_update6
File "renpy/script.py", line 900, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'var_chapter3_update6'.