Pages: 1
Topic closed
so hi,i got a problem with my script i want to make a check if the number is divisible by 2 without remainder. and if yes he will send a message.i tried to do it but i stuck with the remainder..thanks
Offline
if <((number) mod (2)) = (0)> say[no remainder] else say[remainder]
Last edited by TRocket (2012-02-11 11:25:46)
wow big thanks
if <((Number) mod [2]) = [0]> set [Remainder v] to [No] else set [Remainder v] to [Yes]