It's not really a mistake because it makes perfect sense. 1/25 is 0 as an integer, which you're then using R2S (Since R and I are interchangeable in many regards in JASS) to show it as 0.000
It's not really a mistake because it makes perfect sense. 1/25 is 0 as an integer, which you're then using R2S (Since R and I are interchangeable in many regards in JASS) to show it as 0.000
But its really bad, I saved my integer in a variable and didn't knew that, ... so actually I had 0.00 everytime, until I found that ... um.. ugly programing thing.