```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ep4.rpy", line 1459, in script
if (gwencontinue and gwenpoint == 5):
File "game/ep4.rpy", line 1459, in <module>
if (gwencontinue and gwenpoint == 5):
NameError: name 'gwencontinue' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/ep4.rpy", line 1459, in script
if (gwencontinue and gwenpoint == 5):
File "renpy/ast.py", line 1892, 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/ep4.rpy", line 1459, in <module>
if (gwencontinue and gwenpoint == 5):
NameError: name 'gwencontinue' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
My Bully is My Lover Episode_7
Wed May 25 19:42:12 2022
```
This error keeps cropping up. Has anybody else experienced it?
Ignoring it seems to work, however, I don't want the game to unexpectedly crash on me; I'm quite enjoying myself