My last save was december 22/202 so whatever version that save is, i get this when i click the the next screen from the last panel of that update.. it looks like i can ignore it so it isn't game breaking but....
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ep28.rpy", line 2, in script
if adimovein == True:
File "game/ep28.rpy", line 2, in <module>
if adimovein == True:
NameError: name 'adimovein' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/ep28.rpy", line 2, in script
if adimovein == True:
File "D:\XXXgames\haley986lewd\Haley-0.98.6-alt-pc\Haley-0.98.6-alt-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "D:\XXXgames\haley986lewd\Haley-0.98.6-alt-pc\Haley-0.98.6-alt-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\XXXgames\haley986lewd\Haley-0.98.6-alt-pc\Haley-0.98.6-alt-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/ep28.rpy", line 2, in <module>
if adimovein == True:
NameError: name 'adimovein' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Haleys story 0.98.6-alt
Wed Apr 21 04:27:34 2021
```
Second error found here:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ep28.rpy", line 3584, in script
if adimovein == True:
File "game/ep28.rpy", line 3584, in <module>
if adimovein == True:
NameError: name 'adimovein' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/ep28.rpy", line 3584, in script
if adimovein == True:
File "D:\XXXgames\haley986lewd\Haley-0.98.6-alt-pc\Haley-0.98.6-alt-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "D:\XXXgames\haley986lewd\Haley-0.98.6-alt-pc\Haley-0.98.6-alt-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\XXXgames\haley986lewd\Haley-0.98.6-alt-pc\Haley-0.98.6-alt-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/ep28.rpy", line 3584, in <module>
if adimovein == True:
NameError: name 'adimovein' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Haleys story 0.98.6-alt
Wed Apr 21 04:38:36 2021
```