Alright, this is a small simple and probably silly question, if I make this function:
How do I make this constantly repeat?
I think I replace "-- repeat if statement" with "return" but I'm not sure, and I couldn't find a help file on 'return', or even a decent reference to it.
if herb_bal == n or
aff.anorexia == y or
aff.aeon == y or
aff.sleep == y or
aff.stunned == y or
aff.impaled == y or
aff.transfixed == y or
aff.broken == y then
-- repeat if statement
else
-- continue code
end
How do I make this constantly repeat?
I think I replace "-- repeat if statement" with "return" but I'm not sure, and I couldn't find a help file on 'return', or even a decent reference to it.