- Jun 20, 2017
- 405
- 479
Ran into an error, wasn't there before the WT section was added.I'm already adding it to my Mod files. A big thanks from me!
Actually come to think of it, I restarted after installing the EP20 WT patch, so probably made a different choice from my non WT playthrough.
Code:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Episode21.rpy", line 1401, in script
if Katie_Will >= 1 and Jenna_will >= 1 and Monica_will >= 1:
File "game/Episode21.rpy", line 1401, in <module>
if Katie_Will >= 1 and Jenna_will >= 1 and Monica_will >= 1:
NameError: name 'Jenna_will' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Episode21.rpy", line 1401, in script
if Katie_Will >= 1 and Jenna_will >= 1 and Monica_will >= 1:
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/Episode21.rpy", line 1401, in <module>
if Katie_Will >= 1 and Jenna_will >= 1 and Monica_will >= 1:
NameError: name 'Jenna_will' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Where The Heart Is Ep21
Sun Dec 5 23:02:48 2021
```
Last edited: