• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Math Equation

Status
Not open for further replies.
I am making an unlimited TD; the rounds keep looping and getting harder until everyone loses, and I want to have things like: every 5 rounds the runners get evasion, every 8 rounds they get a speed bonus, every 12 rounds they get a slow aura that slows the towers, etc.

I know how to make something like this, but I don't know how to code it in either GuI or JASS.

Basically what I need is an arithmatic system that divides one number by another, then checks to see if the remainder is a whole number.

Thanks in advance.
 
Status
Not open for further replies.
Top