I am unable to replicate this error. did it happen to provide a specific error message? while we look for a fix, try closing the game and re-opening it and see if the error persists.
Viewing post in Version 0.27 is now public! comments
It breaks consistently for me and it says the following
NameError: name 'nudity' is not defined. Even when I make a new save. I find this odd as I've done the challenge in previous builds.
Edit: Ok after checking a few things, it was operator error. I thought I had been working with a new save but I must have accidentally loaded to an old one at some point.
yep that's what i figured was happening. the issue is an outdated variable. some of the earlier versions of the project don't use the "default" statement to define the games variables, meaning that the newly added variables would cause errors between updates unless the game was fully re-started from the beginning with a fresh save. this should only be a problem with save files from about version 0.12 and before, everything beyond that will have stronger updated coding, so you won't have to worry about restarting for new updates!