• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Hero Selection Systems

Level 1
Joined
Feb 27, 2021
Messages
5
Being the noob that I am at triggering, I can't find the
  • Herochosenbyplayer[(Player number of (Owner of (Sold unit)))] Equal to True
trigger. Can anyone help?

Howdy man! I don't know if it is too late (10 years almos lol) but it should go like this:

Boolean Comparision (the first one from the menu of conditions)

(Variable created before with Ctrl + B, Boolean type array size 12)
Next field is:

Function - Player Number of triggering unit. Click on triggering unit and change function to "Owner of Unit". Click again on triggering unit and change it to "Event response - sold unit"

And that should do it
 
Top