- Oct 10, 2018
- 5
- 5
Even in the latest beta F, I get looped if click the diet, healthy and cheap food options. Only "new day" breaks the loop. To fix that issue I changed $curloc with $loc[you].
Going to the beach and just clicking "Look for better prospects' will just loop you even after beach hours.
Code:
if lvleda!1 and $loc[you]!'bordelloroom':
act'Choose healthy food 5<<$caps>> per day':lvleda=1> $loc[you]
end
if lvleda!0 and $loc[you]!'bordelloroom':
act'Choose cheap food 2<<$caps>> per day':lvleda=0> $loc[you]
end
if lvleda!2 and $loc[you]!'bordelloroom':
act'Go on a diet 1<<$caps>> per day':lvleda=2> $loc[you]