EVENT: A unit stops moveing?

Status
Not open for further replies.
Level 11
Joined
Mar 8, 2006
Messages
277
Man how can i put some actions from a trigger after a unit stops moving? Without to use a region or sort of it, the order with no target event doesnt work.

Soemthing like this

EVENT: A unit stops moving (u ordered a unit to move and then u want some action to take place after the unit stops

Actions:....
 
You can use a periodic (yeah yeah, stress on system whatever) trigger that does
  • Set Tempgroup = (Units in (Playable Map Area) matching (Current Order of (Matching Unit) equal to Order(stop))
  • Unit Group - Pick every unit in Tempgroup and do (Actions)
    • Loop - Actions
      • Unit - Do stuff to (Picked Unit)
 
Status
Not open for further replies.
Back
Top