``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/Main/base.rpy", line 62, in script call menu: File "game/Enemies/Natasha.rpy", line 32, in script if hardmode == True and HM_Natasha == True: File "game/Enemies/Natasha.rpy", line 32, in if hardmode == True and HM_Natasha == True: NameError: name 'hardmode' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Main/base.rpy", line 62, in script call menu: File "game/Enemies/Natasha.rpy", line 32, in script if hardmode == True and HM_Natasha == True: File "C:\Users\Player\Desktop\Company - diogaoo (Hero Corruption)\HeroCorruption2-1.80 (modded)\renpy\ast.py", line 1849, in execute if renpy.python.py_eval(condition): File "C:\Users\Player\Desktop\Company - diogaoo (Hero Corruption)\HeroCorruption2-1.80 (modded)\renpy\python.py", line 1209, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\Player\Desktop\Company - diogaoo (Hero Corruption)\HeroCorruption2-1.80 (modded)\renpy\python.py", line 1202, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Enemies/Natasha.rpy", line 32, in if hardmode == True and HM_Natasha == True: NameError: name 'hardmode' is not defined Windows-10-10.0.26200 AMD64 Ren'Py 8.3.4.24120703 1.80 Fri Oct 31 02:43:08 2025 ```