Hi my game has completely crashed after tens of hours of playing. I saved my game in the rat's cave and now whenever I try load I get the following error
'An exception has occurred.
While running game code:
File "/game/script.rpy", line 7513, in script if mon.art != "":
File "/game/script.rpy", line 7513, in <module> if mon.art !="":
Nam eError: name 'mon' is not defined
Full traceback:
File "/game/script.rpy", line 7513, in script if mon.art != "":
File "/renpy/ast.py", line 2133, in execute if renpy.python.py_eval(condition):
File "/renpy/python.py", line 1153, in py_eval return py_eval_bytecode(code, globals, locals)
File "/renpy/python.py", line 1146, in py_eval_bytecode return eval(bytecode, globals, locals)
File "/game/script.rpy", line 7513, in <module> if mon.art !=""
NameError: name 'mon' is not defined
None of the options below can get me out of the error. I've tried export and re-importing my save and it's the only save file I have. Is my save data completely corrupted?