I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 817, in script call
call ask_hackathon from _call_ask_hackathon
File "game/scripts/labels/npc_question_and_answer.rpy", line 51, in script
$ topics_to_ask.remove('Hackathon')
File "game/scripts/labels/npc_question_and_answer.rpy", line 51, in <module>
$ topics_to_ask.remove('Hackathon')
KeyError: u'Hackathon'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 817, in script call
call ask_hackathon from _call_ask_hackathon
File "game/scripts/labels/npc_question_and_answer.rpy", line 51, in script
$ topics_to_ask.remove('Hackathon')
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/labels/npc_question_and_answer.rpy", line 51, in <module>
$ topics_to_ask.remove('Hackathon')
File "renpy/python.py", line 875, in do_mutation
return method(self, *args, **kwargs)
KeyError: u'Hackathon'
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Learn to Code RPG 1.0
Fri Dec 24 02:24:45 2021
What bug did you encounter?
Steps to Reproduce
August 4, called my Lydia and chose Hackathon
Screenshots
No response
Additional Information
No response