• 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.

[Trigger] Does this action leak?

Status
Not open for further replies.
Level 29
Joined
Jul 29, 2007
Messages
5,174
Yes, create a arrayed point and set it like this

  • Set Point[0] = (Position of yourUnit)
  • Set Point[1] = (Point[0] offset by someValue towards 45.00 degrees)
  • Unit - Order yourUnit to Move To Point[1]
  • Custom script: call RemoveLocation(udg_Point[0])
  • Custom script: call RemoveLocation(udg_Point[1])
 
Status
Not open for further replies.
Top