crash error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_loc/loc10_school.rpy", line 20, in script
if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1:
File "game/script_loc/loc10_school.rpy", line 20, in <module>
if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1:
NameError: name 'loc10_fio_gifted' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_loc/loc10_school.rpy", line 20, in script
if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1:
File "C:\Users\Giovanny\Downloads\PhotoHunt-0.12.1-pc\PhotoHunt-0.12.1-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Giovanny\Downloads\PhotoHunt-0.12.1-pc\PhotoHunt-0.12.1-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Giovanny\Downloads\PhotoHunt-0.12.1-pc\PhotoHunt-0.12.1-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script_loc/loc10_school.rpy", line 20, in <module>
if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1:
NameError: name 'loc10_fio_gifted' is not defined