- Aug 7, 2019
- 6,352
- 10,158
I've been getting tons of errors this release. For that one, just open up console and type in:I'm at Ingrid's house meeting Myrtle for the first time and I can't progress after texting Aurora. I'm stuck in a loop and the MC keeps saying "I already texted her." followed with this error:
Anyone else having this issue?Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 10112, in <module> NameError: name 'dorm_phone_texts' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 10112, in script File "renpy/ast.py", line 1893, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 2266, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2259, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script.rpy", line 10112, in <module> NameError: name 'dorm_phone_texts' is not defined Windows-10-10.0.17134 Ren'Py 7.4.8.1895 0.4
Code:
dorm_phone_texts = True
Code:
dorm_phone_texts = False