Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
I made a Variable named gold_P1 and I want event that it would add +1 to it. Just don't know how to do that, all the options there are confusing me ...
Events are something that happens (a unit entering a region, periodic timer expiring ect) and cause a trigger to fire. You need to add to a variable with an action.
Set (your variable) = [use the algebra function here] (your variable) + 1
note: to add a number to a variable it must be an integer or a real.
Events are something that happens (a unit entering a region, periodic timer expiring ect) and cause a trigger to fire. You need to add to a variable with an action.
Set (your variable) = [use the algebra function here] (your variable) + 1
note: to add a number to a variable it must be an integer or a real.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.