This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Use the math operation
Mod()
basically it tells you if there is a remainder or not
conditions: mod (Kills/20) = 0 ; this is true when kills divided by 20 has no remainder if there is a remainder this would be false
so only when kills can be diveded by 20 evenly will it be false
Use the math operation
Mod()
basically it tells you if there is a remainder or not
conditions: mod (Kills/20) = 0 ; this is true when kills divided by 20 has no remainder if there is a remainder this would be false
so only when kills can be diveded by 20 evenly will it be false