- Jul 3, 2021
- 4,460
- 21,822
This is saying that "day17LilPiss" has not been defined. Which is strange as it is defined in variables.rpy.Anyone else getting this... IIRC, I think I said no to piss content?Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 12334, in script call call day62lilySex from _call_day62lilySex File "game/scenes.rpy", line 6888, in script if day17LilPiss != 0: File "game/scenes.rpy", line 6888, in <module> if day17LilPiss != 0: NameError: name 'day17LilPiss' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 12334, in script call call day62lilySex from _call_day62lilySex File "game/scenes.rpy", line 6888, in script if day17LilPiss != 0: 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/scenes.rpy", line 6888, in <module> if day17LilPiss != 0: NameError: name 'day17LilPiss' is not defined
A quick fix for YOU right now, would be to load up "scenes.rpy" in the games folder, it's just a text file. And add a line at the top that has:
default day17LilPiss = 0
That's it. And it should run. (famous last words).
Last edited: