File "renpy/common/000statements.rpy", line 539, in execute_show_screenOn the first choice of Papers Please quest. I don't know if it's v0.62 but I re-downloaded it like 5 minutes ago.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 539, in execute_show_screen args, kwargs = a.evaluate() File "game/Scripts/Scenes/papers_please.rpy", line 323, in <module> File "game/Scripts/Scripts/choices.rpy", line 432, in showSkills NameError: global name 'walkyMessages' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 63, in script call File "Scripts/Scenes/papers_please.rpyc", line 323, in script File "renpy/ast.py", line 2015, in execute self.call("execute") File "renpy/ast.py", line 2003, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 539, in execute_show_screen args, kwargs = a.evaluate() File "renpy/ast.py", line 191, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) 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/Scenes/papers_please.rpy", line 323, in <module> File "game/Scripts/Scripts/choices.rpy", line 432, in showSkills NameError: global name 'walkyMessages' is not defined Windows-10-10.0.19041 Ren'Py 7.4.11.2266 The Bite Revenant Sat Sep 3 19:41:31 2022
args, kwargs = a.evaluate()
Even super early game saves that I have gives the same error starting from this line. Gotta start over again...