when i start the game i get this message as an error
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpy", line 6, in script
if game.timer.game_day() >= event_wait_till and not erik.known(erik_bullying):
File "game/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpy", line 6, in <module>
if game.timer.game_day() >= event_wait_till and not erik.known(erik_bullying):
NameError: name 'event_wait_till' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpy", line 6, in script
if game.timer.game_day() >= event_wait_till and not erik.known(erik_bullying):
File "C:\Users\maxst\Downloads\SummertimeSaga-0-19-0-pc\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "C:\Users\maxst\Downloads\SummertimeSaga-0-19-0-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\maxst\Downloads\SummertimeSaga-0-19-0-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpy", line 6, in <module>
if game.timer.game_day() >= event_wait_till and not erik.known(erik_bullying):
NameError: name 'event_wait_till' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.2.320
SummertimeSaga 0.19.0
Fri Oct 18 15:16:55 2019
```