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

Opposite of triggering player?

Status
Not open for further replies.
Level 12
Joined
Mar 10, 2008
Messages
869
I am making a maze map and I want simplify/make my life easier by, instead of doing events for every single unit in the map, it will do it for the heroes (PlayerUnit [1 - 10])

  • Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 10, do (Actions)
        • Loop - Actions
          • Trigger - Add to TRIGGER <gen> the event (Unit - A unit comes within 60.00 of PlayerUnit[(Integer A)])
Now, for my Trigger, I want a way to make it so the actions make the PlayerUnit be manipulated.
What could I do?

------
Never mind, it's probably impossible... I'll do it the long way...
 
Status
Not open for further replies.
Top