Ive gotten an error
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 5917, in script
if facedwn001 == True:
File "game/script.rpy", line 5917, in <module>
if facedwn001 == True:
NameError: name 'facedwn001' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 5917, in script
if facedwn001 == True:
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/script.rpy", line 5917, in <module>
if facedwn001 == True:
NameError: name 'facedwn001' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Deceived: The Lost Soul 0.11
Sun Oct 30 09:10:12 2022
```
Im going to try and re download this update to see if that fix's it, its happened before on other games