
Board: M.U.G.E.N Development Help
That's because you don't know mathematics.
i wouldn't particularly say that this is provocative but it's not exactly hard to see how someone would take it that way.
%3 means modulus of 3, so the only possible results are 0,1 and 2
For example, %5 will give you possible results of 0,1,2,3 and 4
this is the explanation to your thread title.
while it's most common for the value of an expression that uses modulus to equal 0 you can use any value that's lower than the number you define (the reason it's lower than and not equal to is because "0 is 1 and 1 is 2 etc").
(gametime%400)<200
this for example would play for the first half of every 400 game ticks.