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!
Increment an integer variable by +1 when a unit is spawned and decrement it by -1 when a unit is killed.
If you have multiple groups of 100 (for different players/zones) you’ll need that many different integers as well as unit groups to hold the living units and keep track of which one is which. Another solution instead of groups would be to use a Unit Indexer and an integer array to ‘attach’ the data about which group each unit belongs to to the unit itself. Or you could use its Custom Value directly, but that would disallow anything else that might want to use CV in your map which could be annoying to fix later on.
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.