I was trying to analyze you scenario and I am not sure what of the following scenarios you trying to accomplish, can you please clarify?…
if thirst >= 80.2 OR thirst < 24.26 then Owner.Drink()
or
if thirst >= 80.2 then owner.Drink()
if thirst < 24.26 then –>> jump to check Hunger values
Login
Register
By registering on this website you agree to our Privacy Policy.