- Oct 13, 2016
- 1,336
- 1,321
constant error messages like below and I have installed the so called fix
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 13979, in script
if lilysecondsex == True:
File "game/script.rpy", line 13979, in <module>
if lilysecondsex == True:
NameError: name 'lilysecondsex' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 13979, in script
if lilysecondsex == True:
File "renpy/ast.py", line 1852, 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 13979, in <module>
if lilysecondsex == True:
NameError: name 'lilysecondsex' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
The Singer VER_0.5.4
Fri Oct 7 18:18:45 2022