Getting errors. I think the saves are no longer compatible with this update which uses v8.10. Anyone having same error while being on Erynn path?
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/episode_11.rpy", line 2, in script
if Erynn_Week3_Monday_Help == False:
File "game/episode_11.rpy", line 2, in <module>
if Erynn_Week3_Monday_Help == False:
NameError: name 'Erynn_Week3_Monday_Help' is not defined
You can use
URM and add the .rpa file to the /game folder. When you launch the game, you can use ALT+M and search for "Erynn_" variables, take note of variables named "
Week3_Monday_Erynn_Help" and "
Week3_Monday_Erynn_Blackmailhelp" (check if they're true/false).
After that, head into Options tab -> Miscellaneous -> Open console with Alt+O -> Set to ON
Hit the X in the top right corner, then use Alt+O for the dev console
Type in "
define Erynn_Week3_Monday_Help = True" if you found that variable to be true, or set it to False if it was false. Same for Blackmail, use "
define Erynn_Week3_Monday_Blackmailhelp = True" if it was true in your path, False if it was false in your path.
That's it, at least for the starting, if you find any more exceptions in the playthrough, you can use the same method to find out what the variable was and define it properly.
Nyx mistyped the variable names, hence why the exceptions are popping up.