• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Unit move without disruption

Status
Not open for further replies.
  • Trigger
  • Events
    • Time - Every 0.03 seconds of game-time
  • Conditions
  • Actions
    • Set Unit = (Your unit)
    • Set Points[1] = (Position of (Unit))
    • Set Points[2] = (Points[1] offset by 15.00 towards (Facing of (Unit)))
    • Custom script: call SetUnitX (udg_Unit, GetLocationX (udg_Points[2]))
    • Custom script: call SetUnitY (udg_Unit, GetLocationY (udg_Points[2]))
    • Custom script: call RemoveLocation (udg_Points[1])
    • Custom script: call RemoveLocation (udg_Points[2])
This doesn't interrupt orders.
 
Status
Not open for further replies.
Top