Hi, i get this error everytime i try to speak to anyone in the junior school
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/EventController.rpy", line 200, in <module>
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 42, in script call
File "scripts/EventController.rpyc", line 200, in script
File "renpy/ast.py", line 1892, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/EventController.rpy", line 200, in <module>
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.22000
Ren'Py 7.4.6.1693
The Hard Way Free 0.16.2Free
Fri Aug 26 17:53:29 2022
```