I caught this error when trying to play solo
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Hallway.rpy", line 244, in script
if seen == True:
File "game/Hallway.rpy", line 244, in <module>
if seen == True:
NameError: name 'seen' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Hallway.rpy", line 244, in script
if seen == True:
File "C:\Users\Deragon Rider\Downloads\New folder\TheFutaExperiment-0.1-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Deragon Rider\Downloads\New folder\TheFutaExperiment-0.1-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Deragon Rider\Downloads\New folder\TheFutaExperiment-0.1-pc\renpy\python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Hallway.rpy", line 244, in <module>
if seen == True:
NameError: name 'seen' is not defined
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
The Futa Experiment 0.1
Mon Feb 20 22:29:37 2023
Hope that helps in figuring out a fix. And yes i went and got the other fix already (fix 8)