Hi All
Would anyone be able to shed some light on this Exception, it is constantly coming up as Riverside_End is undefined when talking/progressing with Erynn. What can this refer to and where can I define it to get rid of the error. I don't think I define it in episode_11.rpy.
TIA
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/episode_11.rpy", line 1675, in script
if Riverside_End == True:
File "game/episode_11.rpy", line 1675, in <module>
if Riverside_End == True:
NameError: name 'Riverside_End' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/episode_11.rpy", line 1675, in script
if Riverside_End == True:
File "C:\Users\dunca\Documents\Games\Intertwined_0.12.3\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute
if renpy.python.py_eval(condition):
File "C:\Users\dunca\Documents\Games\Intertwined_0.12.3\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\dunca\Documents\Games\Intertwined_0.12.3\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/episode_11.rpy", line 1675, in <module>
if Riverside_End == True:
NameError: name 'Riverside_End' is not defined
Windows-10-10.0.22000 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.12
Mon Feb 26 18:33:22 2024