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!
You can use the following natives to get the X and Y coordinates of a point order and then save them under the unit. When you the values later on, load them into temporary variables, issue the new order and then save and re-order the old coordinates.
JASS:
constant native GetOrderPointX takes nothing returns real
constant native GetOrderPointY takes nothing returns real
You can use the following natives to get the X and Y coordinates of a point order and then save them under the unit. When you the values later on, load them into temporary variables, issue the new order and then save and re-order the old coordinates.
JASS:
constant native GetOrderPointX takes nothing returns real
constant native GetOrderPointY takes nothing returns real
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.