Unit goes instantly to point after trained, how?

Status
Not open for further replies.
Level 20
Joined
Feb 23, 2014
Messages
1,265
Wouldn't something simple like this work?

  • Events
    • Unit - A unit Finishes training a unit
  • Conditions
    • (Unit-type of (Trained unit)) Equal to Footman
  • Actions
    • Unit - Order (Trained unit) to Stop
    • Set RallyPoint = (Rally-Point of (Triggering unit) as a point)
    • Unit - Move (Trained unit) instantly to RallyPoint
    • Custom script: call RemoveLocation(udg_RallyPoint)
 
Status
Not open for further replies.
Top