I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 39, in script call
call chapter3 from _call_chapter3
File "game/chapter3.rpy", line 2416, in script
if (lc49_1 == True) or (lc49 == True):
File "game/chapter3.rpy", line 2416, in <module>
if (lc49_1 == True) or (lc49 == True):
NameError: name 'lc49_1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 39, in script call
call chapter3 from _call_chapter3
File "game/chapter3.rpy", line 2416, in script
if (lc49_1 == True) or (lc49 == True):
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/chapter3.rpy", line 2416, in <module>
if (lc49_1 == True) or (lc49 == True):
NameError: name 'lc49_1' is not defined