[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 33, in script call
$ UIreturn = renpy.call_screen("mainUI")
File "game/scripts/core/Scheduler.rpy", line 104, in script call
call check_day from _call_check_day_2
File "game/scripts/Events/Schedule/Exploration.rpy", line 191, in script
if firstTimeMirkwood == True:
File "game/scripts/Events/Schedule/Exploration.rpy", line 199, in <module>
elif ActiveHeroine.love >= 70 and KnowSuzuDream != True and ActiveHeroine.name == suzumi:
NameError: name 'suzumi' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 33, in script call
$ UIreturn = renpy.call_screen("mainUI")
File "game/scripts/core/Scheduler.rpy", line 104, in script call
call check_day from _call_check_day_2
File "game/scripts/Events/Schedule/Exploration.rpy", line 191, in script
if firstTimeMirkwood == True:
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/Events/Schedule/Exploration.rpy", line 199, in <module>
elif ActiveHeroine.love >= 70 and KnowSuzuDream != True and ActiveHeroine.name == suzumi:
NameError: name 'suzumi' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Noblesse Oblige 0.2.7a
Fri Oct 20 01:45:47 2023
[/code]