- Jun 8, 2017
- 113
- 142
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/daycycle.rpy", line 61, in script
if specialcake == True and goddesshelp == True and mom_lp >= 10 and youandme == False:
File "game/daycycle.rpy", line 61, in <module>
if specialcake == True and goddesshelp == True and mom_lp >= 10 and youandme == False:
NameError: name 'youandme' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/daycycle.rpy", line 61, in script
if specialcake == True and goddesshelp == True and mom_lp >= 10 and youandme == False:
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/daycycle.rpy", line 61, in <module>
if specialcake == True and goddesshelp == True and mom_lp >= 10 and youandme == False:
NameError: name 'youandme' is not defined
Windows-10-10.0.22000
Ren'Py 7.4.8.1895
Takei's Journey 0.14.1
Tue Aug 23 15:45:34 2022
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/daycycle.rpy", line 80, in script
if firstNinjaAcademy == True:
File "game/daycycle.rpy", line 838, in <module>
elif youandme == True and mom_rs >= 32 and oldgirl == False:
NameError: name 'youandme' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/daycycle.rpy", line 80, in script
if firstNinjaAcademy == True:
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/daycycle.rpy", line 838, in <module>
elif youandme == True and mom_rs >= 32 and oldgirl == False:
NameError: name 'youandme' is not defined
Windows-10-10.0.22000
Ren'Py 7.4.8.1895
Takei's Journey 0.14.1
Tue Aug 23 15:45:52 2022