- Jul 18, 2017
- 182
- 100
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/episode_8.rpy", line 9302, in script
if Gabi_End == True:
File "game/episode_8.rpy", line 9302, in <module>
if Gabi_End == True:
NameError: name 'Gabi_End' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/episode_8.rpy", line 9302, in script
if Gabi_End == True:
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/episode_8.rpy", line 9302, in <module>
if Gabi_End == True:
NameError: name 'Gabi_End' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Intertwined 0.9
Mon May 2 19:28:48 2022
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/episode_8.rpy", line 9302, in script
if Gabi_End == True:
File "game/episode_8.rpy", line 9302, in <module>
if Gabi_End == True:
NameError: name 'Gabi_End' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/episode_8.rpy", line 9302, in script
if Gabi_End == True:
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/episode_8.rpy", line 9302, in <module>
if Gabi_End == True:
NameError: name 'Gabi_End' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Intertwined 0.9
Mon May 2 19:28:48 2022
```