Maybe a screenshot or your traceback.txt
for starters, then a save?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/locations/home/livingroom/controllers.rpy", line 6, in script
if maid_level == 1 and tanya_level >= 4:
File "game/scripts/locations/home/livingroom/controllers.rpy", line 6, in <module>
if maid_level == 1 and tanya_level >= 4:
NameError: name 'maid_level' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/locations/home/livingroom/controllers.rpy", line 6, in script
if maid_level == 1 and tanya_level >= 4:
File "D:\Downloads\Games\MidnightParadise-Elite-0.17-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "D:\Downloads\Games\MidnightParadise-Elite-0.17-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Downloads\Games\MidnightParadise-Elite-0.17-pc\renpy\python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/locations/home/livingroom/controllers.rpy", line 6, in <module>
if maid_level == 1 and tanya_level >= 4:
NameError: name 'maid_level' is not defined
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Midnight Paradise 0.17
Mon May 29 22:44:34 2023