…and another one when working alone for the second time:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/characters/MC/Office/MC_office_quest.rpy", line 4, in script
if mc_offce_desk_quest == 0:
File "game/characters/MC/Office/MC_office_quest.rpy", line 4, in <module>
if mc_offce_desk_quest == 0:
NameError: name 'mc_offce_desk_quest' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/characters/MC/Office/MC_office_quest.rpy", line 4, in script
if mc_offce_desk_quest == 0:
File "MothersDevotion-0.02EarlyAccess-pc/renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "MothersDevotion-0.02EarlyAccess-pc/renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "MothersDevotion-0.02EarlyAccess-pc/renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/characters/MC/Office/MC_office_quest.rpy", line 4, in <module>
if mc_offce_desk_quest == 0:
NameError: name 'mc_offce_desk_quest' is not defined
[/code]