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!
how do i detect when a unit has stopped moving? the trigger i have now detects when the unit has a order with a target of no point,unit,structure but apparenlty not moving isnt a order with no target :/
You could use a periodic timer.
When the order of a unit is <Empty String>, the unit isn't moving (nor doing anything else).
That's also the reason why you can't detect it with events: you can't detect no order (<Emty String> means that the unit doesn't have any orders).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.