between

Tests that a number is between {low} and {high}

between(low, IN, high) : boolean

Example

if between(80, health(lowestEffloresence), 90) then
return cast(Effloresence, lowestEffloresence):click(lowestEffloresencex,lowestEffloresencey,lowestEffloresencez)
end