When I go to talk to Sofia and choose the "Tell her you are ready" option, I get the error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/storyline/episode 1/scene7.rpy", line 813, in script
if quest.is_category_over("One For All"):
File "game/storyline/episode 1/scene7.rpy", line 813, in <module>
if quest.is_category_over("One For All"):
File "game/questmanager/engine/classes.rpy", line 95, in is_category_over
for v in self.quests_dict[category].values():
KeyError: 'One For All'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/storyline/episode 1/scene7.rpy", line 813, in script
if quest.is_category_over("One For All"):
File "D:\juegos 2020\JL_Next_Generation-0.1-pc\renpy\ast.py", line 1843, in execute
if renpy.python.py_eval(condition):
File "D:\juegos 2020\JL_Next_Generation-0.1-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\juegos 2020\JL_Next_Generation-0.1-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/storyline/episode 1/scene7.rpy", line 813, in <module>
if quest.is_category_over("One For All"):
File "game/questmanager/engine/classes.rpy", line 95, in is_category_over
for v in self.quests_dict[category].values():
KeyError: 'One For All'
Windows-10-10.0.19041 AMD64
Ren'Py 8.3.2.24090902
JL: Next Generation 0.1
Tue Jul 29 10:40:05 2025
What did I do wrong?