Hello everyone, I'm so happy to be one of RW forum members
I have one question, why math.fmod(x,.y) doesn't work in my script is there something wrong was I did, or RW lua doesn't support this function at all.
gResult = math.fmod(gCounter, 5)
I put this statement in Update(interval) Function section
