Hello! Loving the game so far - At least what I've played on this release from itch.io. I'm outside the Guard's doors - and I had recently picked a Amphorous Mushroom - and was using it on the door cuz it was implied that it had a sound component to the mushroom - so I wanted to distract them or get them to do something. It seems to happen with 'any' item you have in inventory. I'd collected Guardian Seed in a Flask I found, and a Slendershroom I'd found, and the Amphroushroom.
Error happened:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 360, in script call
g "Is it the sight of those {any=start.LustyHumans}lusty humans{/any} admiring your state of debauchery that makes you so hard to see me?"
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 682, in script call
call Fungus
File "game/Companions.rpy", line 305, in script call
r "Oh... {-=Rohan.WhatItTakes}I'm not sure I'm the best person to ask that.{/-}"
File "game/Modules.rpy", line 515, in script call
call RandomEncoutersModule
File "game/Modules.rpy", line 648, in script call
call TimeChecker
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 3159, in script call
call GenericAnswer.items
File "game/script.rpy", line 360, in script call
g "Is it the sight of those {any=start.LustyHumans}lusty humans{/any} admiring your state of debauchery that makes you so hard to see me?"
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 682, in script call
call Fungus
File "game/Companions.rpy", line 305, in script call
r "Oh... {-=Rohan.WhatItTakes}I'm not sure I'm the best person to ask that.{/-}"
File "game/Modules.rpy", line 515, in script call
call RandomEncoutersModule
File "game/Modules.rpy", line 648, in script call
call TimeChecker
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 3159, in script call
call GenericAnswer.items
ScriptError: could not find label 'GenericAnswer.items'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 360, in script call
g "Is it the sight of those {any=start.LustyHumans}lusty humans{/any} admiring your state of debauchery that makes you so hard to see me?"
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 682, in script call
call Fungus
File "game/Companions.rpy", line 305, in script call
r "Oh... {-=Rohan.WhatItTakes}I'm not sure I'm the best person to ask that.{/-}"
File "game/Modules.rpy", line 515, in script call
call RandomEncoutersModule
File "game/Modules.rpy", line 648, in script call
call TimeChecker
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 3159, in script call
call GenericAnswer.items
File "C:\Users\gryph\Desktop\Adult_Games\Renpy Games + Projects\Ren'py Games\incubus-realms-escapism\IR-ESC-1.113-win\renpy\ast.py", line 1436, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "game/script.rpy", line 360, in script call
g "Is it the sight of those {any=start.LustyHumans}lusty humans{/any} admiring your state of debauchery that makes you so hard to see me?"
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 682, in script call
call Fungus
File "game/Companions.rpy", line 305, in script call
r "Oh... {-=Rohan.WhatItTakes}I'm not sure I'm the best person to ask that.{/-}"
File "game/Modules.rpy", line 515, in script call
call RandomEncoutersModule
File "game/Modules.rpy", line 648, in script call
call TimeChecker
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 682, in script call
call Fungus
File "game/script.rpy", line 3159, in script call
call GenericAnswer.items
File "C:\Users\gryph\Desktop\Adult_Games\Renpy Games + Projects\Ren'py Games\incubus-realms-escapism\IR-ESC-1.113-win\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'GenericAnswer.items'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Escapism (Alpha) 1.113
Sat Aug 08 13:41:21 2020
[/code]