Getting this exception error code when Cait agrees to do more portal testing:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/quests/story/22_gazes_also/story_22_gazes_also_pt2.rpy", line 36, in <module>
AttributeError: 'Story22GazesAlsoQuest' object has no attribute 'on_first_cait_topic_agreed'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/engine/navigation/navigator_scripts.rpyc", line 5, in script call
File "scripts/girls/cait/talk_scripts/caitlin_living_room_scripts.rpyc", line 10, in script call
File "scripts/quests/story/22_gazes_also/story_22_gazes_also_pt2.rpyc", line 36, in script
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/quests/story/22_gazes_also/story_22_gazes_also_pt2.rpy", line 36, in <module>
AttributeError: 'Story22GazesAlsoQuest' object has no attribute 'on_first_cait_topic_agreed'
Windows-10-10.0.19041 AMD64
Ren'Py 7.6.1.23060707
A House in the Rift 0.7.0r3
Wed Nov 8 00:22:07 2023
[/code]