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

Mass Instant move

Status
Not open for further replies.
Level 2
Joined
Sep 5, 2007
Messages
14
okay i need to move over 30+ to a point instantly but i cant find a instant move unit group theres only move single unit from unit group do i really have to copy paste that action 30 times into a trigger to make it work?
 
Level 10
Joined
Sep 3, 2009
Messages
458
okay i need to move over 30+ to a point instantly but i cant find a instant move unit group theres only move single unit from unit group do i really have to copy paste that action 30 times into a trigger to make it work?

Actually you just pick those 30 units the "Pick units in unit group" will do the rest. This action runs through all those 30 units meaning you just have to put "Move picked unit to (insert location here)" in the loop. If you need an example just ask me ^^

EDIT

ok here's the example

  • Move Trigger
    • Events
    • Conditions
    • Actions
      • Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
        • Loop - Actions
          • Unit - Move (Picked unit) instantly to (Center of (Playable map area))
just fill the events, conditions, the units of course and the location you want to move them.
 
Status
Not open for further replies.
Top