If you don't go on a date with neither one this error happens.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 4180, in script
if Stephnumber == True:
File "game/script.rpy", line 4180, in <module>
if Stephnumber == True:
NameError: name 'Stephnumber' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 4180, in script
if Stephnumber == True:
File "C:\Users\pc\Desktop\DefendingLydiaCollier-v0.3-win\renpy\ast.py", line 1760, in execute
if renpy.python.py_eval(condition):
File "C:\Users\pc\Desktop\DefendingLydiaCollier-v0.3-win\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\pc\Desktop\DefendingLydiaCollier-v0.3-win\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 4180, in <module>
if Stephnumber == True:
NameError: name 'Stephnumber' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.1.929
Defending Lydia Collier v0.3
Sat Aug 31 19:29:42 2019
[/code]
Thank you for bringing this to my attention.
This has been solved and I will release a v.031 update shortly with this fixed, I'll just wait and see if any more appear before putting it out.
If you do not want to download the game again and you are able to edit the script. Adding default Stephnumber = False at the start of the day will fix the problem.
Alternatively you should be able to ignore this screen and it will not cause future bugs, just you will have the ability to try and go on both dates and if you try and do this it will default to Steph's date.