seems if you press B while trying to enter the cheat in bree's content this happens
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 537, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/cheats.rpy", line 33, in konami
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "start.rpyc", line 366, in script call
File "cl/class_room.rpyc", line 259, in script
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\display\behavior.py", line 463, in event
rv = run(action)
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 537, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/cheats.rpy", line 33, in konami
File "D:\Games\LoSeSb-Patreon-20.12.1-pc\renpy\python.py", line 847, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range