but didnt see anything to get a number between 2 givin numbers. is there a way to do this?Math
math Math
access to type(s): math
Creates a Math object which gives allows access to the math type members.
Example
/echo ${Math.Sqrt[49]}
Echos the square root of 49
/echo ${Math.Rand[500]}
Echos a random number between 0 and 500
/echo ${Math.Calc[49%6+25]}
Echos the result of 49%6+25, or 1+25





