You get this error when chosing Dragonmira
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/intro/intro00.rpy", line 184, in script
if mc1_cheating == 2:
File "game/script/intro/intro00.rpy", line 184, in <module>
if mc1_cheating == 2:
NameError: name 'mc1_cheating' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script/intro/intro00.rpy", line 184, in script
if mc1_cheating == 2:
File "C:\Users\user\Downloads\MonsterCity-DEMO-pc\MonsterCity-DEMO-pc\renpy\ast.py", line 1849, in execute
if renpy.python.py_eval(condition):
File "C:\Users\user\Downloads\MonsterCity-DEMO-pc\MonsterCity-DEMO-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\user\Downloads\MonsterCity-DEMO-pc\MonsterCity-DEMO-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/intro/intro00.rpy", line 184, in <module>
if mc1_cheating == 2:
NameError: name 'mc1_cheating' is not defined
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
DEMO
Sat May 31 10:53:56 2025
[/code]