• 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.

trigger help

Status
Not open for further replies.
Level 1
Joined
May 26, 2008
Messages
4
ok, say i have 11 units in 1 area and when game starts, its not going to be a full house at times so how do u remove them using triggers at the beginning of the game thx :eek:
 
Level 5
Joined
May 1, 2006
Messages
131
Go in to the editor

go to the triggers and go to the new actions and scroll down to units
select:
Units > Remove > Select Unit

and select the units, they should be gone when the game starts! :)
 
Level 1
Joined
May 26, 2008
Messages
4
umm i know that thats like the most simple one but like if orange player isnt there then how do u remove oranges's units. if i do slot status thingy then i have to do it for all the players :/ any 1 trigger that removes any players unit that is there if the player isnt there?
 
Level 5
Joined
May 1, 2006
Messages
131
Ohhhhh!
I see!

If, then, else actions!

IF -Player (color) status is equal to not used
THEN remove the unit
ELSE do nothing


Hope that helps! :D
 
Status
Not open for further replies.
Top