- Aug 8, 2017
- 1,034
- 3,773
OK, thanks for reporting.
I looked in to it and it is true you will get error about an undefined variable for the locker room scene if you rejected Jeremy at every step.
I have the fix in mind and have written it down on my TODO list of script improvements.
Currently I will offer you a work-around:
1) activate the ren'py console (search this forum if you don't know how)
2) press shift-O to open the console
3) type the following statement:
scene_205_doashesays = False
That should fix the errors.
I looked in to it and it is true you will get error about an undefined variable for the locker room scene if you rejected Jeremy at every step.
I have the fix in mind and have written it down on my TODO list of script improvements.
Currently I will offer you a work-around:
1) activate the ren'py console (search this forum if you don't know how)
2) press shift-O to open the console
3) type the following statement:
scene_205_doashesays = False
That should fix the errors.