Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

KurohaHazak

3
Posts
A member registered 26 days ago

Recent community posts

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

(1 edit)

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)

Hey, I am running into a small issue during the Solitaya giantess encounter where I run into an exception error.
"While running game code:
File "game/dialogie/nora_and_haydey_adventure.rpy", line 312, in script if gherta_eaten_by_nora == true:
File "game/dialogie/nora_and_haydey_adventure.rpy", line 312, in <module> if gherta_eaten_by_nora == true:
NameError: name 'gherta_eatenby_nora' is not defined"
Any idea what I might be able to fix or is it an overall issue with the current version of the game? Cheers and thanks for any help! :)