Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

I'm sorry, but an uncaught exception occurred. While running game code: File "game/dialog/nora_and_haydey_adventure.rpy", line 312, in script if gherta_eatenby_nora == True: File "game/dialog/nora_and_haydey_adventure.rpy", line 312, in <module> if gherta_eatenby_nora == True: NameError: name 'gherta_eatenby_nora' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/dialog/nora_and_haydey_adventure.rpy", line 312, in script if gherta_eatenby_nora == True: File "D:\VGames\LandofHunt-0.1.8-win\renpy\ast.py", line 1843, in execute if renpy.python.py_eval(condition): File "D:\VGames\LandofHunt-0.1.8-win\renpy\python.py", line 1209, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\VGames\LandofHunt-0.1.8-win\renpy\python.py", line 1202, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/dialog/nora_and_haydey_adventure.rpy", line 312, in <module> if gherta_eatenby_nora == True: NameError: name 'gherta_eatenby_nora' is not defined


(for a full copy Markdown)

(+1)

Hello! You need to load the save file before Nora and Gherta meet Forest spirit!

Ah that worked perfectly, thanks a lot! ^~^