- Joined
- Aug 1, 2009
- Messages
- 714
I was trying to move a unit without interrupting its order ("THE ORDER IS GIVEN ~ AZIR)...
But one thing bothers my mind.
Does
But one thing bothers my mind.
Does
-
set u = <unit to move>
-
set x = <x-coordinate of the position to move to>
-
set y = <y-coordinate of the position to move to>
-
Custom script: call SetUnitX(udg_u, udg_x)
-
Custom script: call SetUnitY(udg_u, udg_y)