• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

This may have been a tutorial, but I didn't see it

Status
Not open for further replies.
Level 3
Joined
May 5, 2009
Messages
30
I have a multiboard that shows how many of a certain strategic structure each play controls, and I've figured out how to make the numbers go up when you capture a new one, but not how to make it go down for the guy who's one just got captured. Any ideas?
 
well, that's not exactly what I needed. I wanted a way to tell which guy just lost one. Is there like a GUI 'how many of such and such a unit belonging to player'?

you can add each of those units to a player group that is specific for each player then check if the number of units on the group...

but you know, you can check which player owns the building that just got captured...
  • Player - Owner of UNIT
 
Level 3
Joined
Feb 23, 2010
Messages
73
If i understand what you are looking to do correctly...

then all you need to do is make a unit group of these strategic units, and set the multiboard's var to count units in unit group(the unit group you just made). that will
show increases and decreases in these units.
 
Status
Not open for further replies.
Top