Posted 18 March 2013 - 11:50 PM
is there math or any api that let me compare a variable if its equal to a multiples of number?(e.g. multiples of 5 [5, 10, 15, 20])
e.g. code:
e.g. code:
y = 10
x = 0
if x == "multiples of y" then
return true
end