Dringar
Member
- Nov 16, 2019
- 186
- 183
- 143
Hey folks
My apologies
Getting an error when I try to talk to Luna. I tried to reload the script after the first time, nd did a Rollback but still comes up. Doesnt matter if its midnight in the bedroom or at the town stairs. Tried adding the Luna talk True codes in Console as well but got the same error. Also tried the Patch still get it. Seems to be specific to her. Otherwise havent had any issues
My apologies
Getting an error when I try to talk to Luna. I tried to reload the script after the first time, nd did a Rollback but still comes up. Doesnt matter if its midnight in the bedroom or at the town stairs. Tried adding the Luna talk True codes in Console as well but got the same error. Also tried the Patch still get it. Seems to be specific to her. Otherwise havent had any issues
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/tutorial.rpy", line 423, in script call
""
File "game/script/script.rpy", line 117, in script call
$pause(0.75)
File "game/script/guild_nav.rpy", line 839, in script call
""
File "game/script/shino.rpy", line 50, in script call
call expression talkingto pass (side=side) from _call_expression_43
File "game/script/guild_nav.rpy", line 839, in script call
""
File "game/script/beach.rpy", line 323, in script call
""
File "game/script/sunny.rpy", line 91, in script call
call expression talkingto pass (side=side) from _call_expression_18
File "game/script/sunny.rpy", line 114, in script call
call expression talkingto pass (side=side) from _call_expression_20
File "game/script/beach.rpy", line 84, in script call
""
File "game/script/town_stairs.rpy", line 18, in script call
""
File "game/script/town_stairs.rpy", line 18, in script call
""
File "game/script/guild_nav.rpy", line 839, in script call
""
File "game/script/lucy.rpy", line 381, in script call
call expression talkingto pass (side=side) from _call_expression_61
File "game/script/guild_nav.rpy", line 1339, in script call
""
File "game/script/fara.rpy", line 243, in script call
call expression talkingto pass (side=side) from _call_expression_1
File "game/script/fara.rpy", line 243, in script call
call expression talkingto pass (side=side) from _call_expression_1
File "game/script/guild_nav.rpy", line 1339, in script call
""
File "game/script/luna.rpy", line 55, in script
menu .talk(talk=side):
File "game/script/luna.rpy", line 57, in <module>
"Cat"(img=["gui/exclamation.png"]) if luna.talkSys("cat") and luna.level < 6:
File "game/script/girls.rpy", line 554, in talkSys
return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == []))
KeyError: u'cat'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script/tutorial.rpy", line 423, in script call
""
File "game/script/script.rpy", line 117, in script call
$pause(0.75)
File "game/script/guild_nav.rpy", line 839, in script call
""
File "game/script/shino.rpy", line 50, in script call
call expression talkingto pass (side=side) from _call_expression_43
File "game/script/guild_nav.rpy", line 839, in script call
""
File "game/script/beach.rpy", line 323, in script call
""
File "game/script/sunny.rpy", line 91, in script call
call expression talkingto pass (side=side) from _call_expression_18
File "game/script/sunny.rpy", line 114, in script call
call expression talkingto pass (side=side) from _call_expression_20
File "game/script/beach.rpy", line 84, in script call
""
File "game/script/town_stairs.rpy", line 18, in script call
""
File "game/script/town_stairs.rpy", line 18, in script call
""
File "game/script/guild_nav.rpy", line 839, in script call
""
File "game/script/lucy.rpy", line 381, in script call
call expression talkingto pass (side=side) from _call_expression_61
File "game/script/guild_nav.rpy", line 1339, in script call
""
File "game/script/fara.rpy", line 243, in script call
call expression talkingto pass (side=side) from _call_expression_1
File "game/script/fara.rpy", line 243, in script call
call expression talkingto pass (side=side) from _call_expression_1
File "game/script/guild_nav.rpy", line 1339, in script call
""
File "game/script/luna.rpy", line 55, in script
menu .talk(talk=side):
File "F:\Private\AGames\HHG v0.1.2.1\renpy\ast.py", line 1628, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "F:\Private\AGames\HHG v0.1.2.1\renpy\exports.py", line 956, in menu
condition = renpy.python.py_eval(condition)
File "F:\Private\AGames\HHG v0.1.2.1\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\Private\AGames\HHG v0.1.2.1\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/luna.rpy", line 57, in <module>
"Cat"(img=["gui/exclamation.png"]) if luna.talkSys("cat") and luna.level < 6:
File "game/script/girls.rpy", line 554, in talkSys
return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == []))
KeyError: u'cat'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Heros Harem Guild v0.1.2.1
Sun Apr 30 21:19:02 2023
Last edited: