- Oct 24, 2019
- 1,391
- 1,110
The one just previous to this update. I also got this right after sleeping into the next day. I'm assuming the code coverage for the default statement would have been when I first got Ms Welch's number for political organizing.
Thanks for reporting this. Should not happen. Will be looked at.
From which earlier version was the save?
Code:
While running game code:
File "game/Locations/bedroom.rpy", line 47, in script call
call advancetime from _call_advancetime_21
File "game/Functions/processes.rpy", line 51, in script call
call nextday from _call_nextday
File "game/Functions/processes.rpy", line 31, in script
if welchfirstcallswitch == True:
File "game/Functions/processes.rpy", line 31, in <module>
if welchfirstcallswitch == True:
NameError: name 'welchfirstcallswitch' is not defined
Code:
ComeHome-.3.09.5-pc/game $ find . -name "*.rpy" -exec grep -iH "welchfirstcallswitch" {} \;
./Scenes/Welch/welchphone.rpy:default welchfirstcallswitch = False
./Scenes/Welch/welchphone.rpy: $ welchfirstcallswitch = True
./Functions/processes.rpy: if welchfirstcallswitch == True: