• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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