Full traceback:
File "scripts/reports/report_ep9.rpyc", line 13, in script
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/reports/report_ep9.rpy", line 13, in <module>
NameError: name 'branchIsabella' is not defined
While running game code:
File "game/scripts/reports/report_ep9.rpy", line 13, in <module>
NameError: name 'branchIsabella' is not defined
I need help you guys, what's wrong with my game? whenever I tried to load from where I left off from episode 9 this error always occur, is my save game corrupted?