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?
 
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.
Back
Top