bug:
day 14 PoolPartyDecision, choosing "Follow girls" causes an endless loop. menu NavigationTime overflows with 0 options, causing the script to goto what's directly after it: YachtHotTub. (TimeBlock == 3, Location == 3, and mod_count == 9)
at the end of EveningHotTubBBC (Location == 1, and mod_count == 10), NavigationTime overflows again, back to the hot tub ad infinitum
workaround:
I don't want AlyssaFucked or SonyaPoolFuck, so I set mod_count=11, which took me back to the pool
solution:
add mod_count+=1 in "Follow girls" menu