[Solved] Order idle or summoned units

Status
Not open for further replies.
Level 4
Joined
Feb 5, 2020
Messages
51
Is there any way to detect idle units and issue them an order through conditions? If not is there a way to issue an automatic order to a summoned unit?
 
You can use the summon Event to get the unit that has been summoned:
  • Events
  • Unit - A unit spawns a summoned unit
  • Actions
  • Unit - Order (Summoned unit) to do stuff...
You can detect idle orders using the "stand down" method (read the full thread): How to detect idle unit
 
Last edited:
Status
Not open for further replies.
Back
Top