this is the error i get
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/events/waking_up.rpy", line 79, in <module>
NameError: name 'poster_quest' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/events/waking_up.rpyc", line 79, in script
File "C:\Users\Downloads\TheRedRoom_02a-pc\TheRedRoom_0.2a-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Downloads\TheRedRoom_02a-pc\TheRedRoom_0.2a-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/events/waking_up.rpy", line 79, in <module>
NameError: name 'poster_quest' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Red Room 0.2a
Tue Dec 31 00:10:23 2019
```