Found a possible bug:
Heres the scenario....
Started game as Gopnic (not a virgin) , and after Gyn ref , mother grabed MC , and gone with her naked to gyno (was in bathroom going to room)
Then i went to Guduk to grandma/grandpa still naked , but instead went to forest.
Got lost in forest And when dondering and finding path out , sometime game locked itself , unnable to do anything.
The problem was that MC sometimes found this:
if foresteventrand = 3: minut += 35 & gt 'gad_meadow', 'start'
Which causet the game to lock out , is that just my problem or an oversight in code?
Changed foresteventrand = rand(1,3) to foresteventrand = rand(1,2) , and works just fine , so its only the meadow
Oh and magic enabled if that plays a role .
Actualy that could be it , because as mage u find the medow as a three circle not a meadow.
So it could affect other events which point to meadow instead of three circle.