I get this error when I go to the school and click on the first memory?
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/dialogue/01_events.rpy", line 5, in <module>
NameError: name 'skip_nea_content' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/locations/school/hallway/controllers.rpyc", line 74, in script call
File "scripts/dialogue/01_events.rpyc", line 5, in script
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/dialogue/01_events.rpy", line 5, in <module>
NameError: name 'skip_nea_content' is not defined
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Apartment #69 0.08
Thu Mar 20 03:03:54 2025
```