the heart of the club event gives this error:
bbcode
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/story/ayumu/in the cards/1. heart of the cards.rpy", line 487, in script
$ game.end_of_event(time_inc = 1,loc_keys=None,event_end=[["In The Cards","Heart Of The Cards"]],event_begin=[["In The Cards","In The Cards 2"]])
File "game/script/story/ayumu/in the cards/1. heart of the cards.rpy", line 487, in <module>
$ game.end_of_event(time_inc = 1,loc_keys=None,event_end=[["In The Cards","Heart Of The Cards"]],event_begin=[["In The Cards","In The Cards 2"]])
File "game/script/core/__start/start_py.rpy", line 114, in end_of_event
self.story.event_manager.clear_next(keys = event_end[i])
File "game/script/core/events/events_py.rpy", line 44, in clear_next
self.next_events[keys[1]].flagger.is_done = True
KeyError: 'Heart Of The Cards'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script/story/ayumu/in the cards/1. heart of the cards.rpy", line 487, in script
$ game.end_of_event(time_inc = 1,loc_keys=None,event_end=[["In The Cards","Heart Of The Cards"]],event_begin=[["In The Cards","In The Cards 2"]])
File "C:\Users\joej1\AppData\Local\Temp\Rar$EXa14380.28251\Unexpected-0.3-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\joej1\AppData\Local\Temp\Rar$EXa14380.28251\Unexpected-0.3-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script/story/ayumu/in the cards/1. heart of the cards.rpy", line 487, in <module>
$ game.end_of_event(time_inc = 1,loc_keys=None,event_end=[["In The Cards","Heart Of The Cards"]],event_begin=[["In The Cards","In The Cards 2"]])
File "game/script/core/__start/start_py.rpy", line 114, in end_of_event
self.story.event_manager.clear_next(keys = event_end[i])
File "game/script/core/events/events_py.rpy", line 44, in clear_next
self.next_events[keys[1]].flagger.is_done = True
KeyError: 'Heart Of The Cards'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Unexpected 0.3
Sun Dec 10 04:37:03 2023
[/code]
markdown:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/story/ayumu/in the cards/1. heart of the cards.rpy", line 487, in script
$ game.end_of_event(time_inc = 1,loc_keys=None,event_end=[["In The Cards","Heart Of The Cards"]],event_begin=[["In The Cards","In The Cards 2"]])
File "game/script/story/ayumu/in the cards/1. heart of the cards.rpy", line 487, in <module>
$ game.end_of_event(time_inc = 1,loc_keys=None,event_end=[["In The Cards","Heart Of The Cards"]],event_begin=[["In The Cards","In The Cards 2"]])
File "game/script/core/__start/start_py.rpy", line 114, in end_of_event
self.story.event_manager.clear_next(keys = event_end[i])
File "game/script/core/events/events_py.rpy", line 44, in clear_next
self.next_events[keys[1]].flagger.is_done = True
KeyError: 'Heart Of The Cards'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script/story/ayumu/in the cards/1. heart of the cards.rpy", line 487, in script
$ game.end_of_event(time_inc = 1,loc_keys=None,event_end=[["In The Cards","Heart Of The Cards"]],event_begin=[["In The Cards","In The Cards 2"]])
File "C:\Users\joej1\AppData\Local\Temp\Rar$EXa14380.28251\Unexpected-0.3-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\joej1\AppData\Local\Temp\Rar$EXa14380.28251\Unexpected-0.3-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script/story/ayumu/in the cards/1. heart of the cards.rpy", line 487, in <module>
$ game.end_of_event(time_inc = 1,loc_keys=None,event_end=[["In The Cards","Heart Of The Cards"]],event_begin=[["In The Cards","In The Cards 2"]])
File "game/script/core/__start/start_py.rpy", line 114, in end_of_event
self.story.event_manager.clear_next(keys = event_end[i])
File "game/script/core/events/events_py.rpy", line 44, in clear_next
self.next_events[keys[1]].flagger.is_done = True
KeyError: 'Heart Of The Cards'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Unexpected 0.3
Sun Dec 10 04:37:03 2023
```