In the Ed route, after the line "I still can't believe we had that conversation. With how shy Ed is about that, he really let go at that moment." I got the following error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/day6.rpy", line 3530, in script
if day4hang == "Edward":
File "game/day6.rpy", line 3530, in <module>
if day4hang == "Edward":
NameError: name 'day4hang' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/day6.rpy", line 3530, in script
if day4hang == "Edward":
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/day6.rpy", line 3530, in <module>
if day4hang == "Edward":
NameError: name 'day4hang' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 7.4.11.2266
Cor 0.6
Fri Jun 24 15:59:53 2022
If I ignore it, the following slide is this:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/day6.rpy", line 3537, in script
if day5Bus == "Edward":
File "game/day6.rpy", line 3537, in <module>
if day5Bus == "Edward":
NameError: name 'day5Bus' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/day6.rpy", line 3537, in script
if day5Bus == "Edward":
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/day6.rpy", line 3537, in <module>
if day5Bus == "Edward":
NameError: name 'day5Bus' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 7.4.11.2266
Cor 0.6
Fri Jun 24 16:01:25 2022
It seems to carry on ok after that, though.