i get an error page when i try to get into the lab as the security guard. im male, im wearing the uniform and its 23.00.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1647, in script
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
File "game/script.rpy", line 1647, in <module>
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
NameError: name 'body_transform' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 1647, in script
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
File "D:\grack\Games\Futaland-005Final-pc\Futaland-0.0.5Final-pc\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "D:\grack\Games\Futaland-005Final-pc\Futaland-0.0.5Final-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\grack\Games\Futaland-005Final-pc\Futaland-0.0.5Final-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 1647, in <module>
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
NameError: name 'body_transform' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Futaland 0.0.5Final
Mon Sep 16 13:32:14 2019
```