- Joined
- Jun 28, 2008
- Messages
- 776
I have seen in some spells that a unit is dragged to a target location. So iow the unit can still move, but it is dragged to a location. You can still order your unit to move left or right, but it still moves backward. My question, How?
I know it is done in JASS, but how? I use :
But then the unit just moves, no animation or anything.
I hope you can understand what I am trying to explain.
Thanks in advance.
I know it is done in JASS, but how? I use :
JASS:
call SetUnitPositionLoc(u, point1)
But then the unit just moves, no animation or anything.
I hope you can understand what I am trying to explain.
Thanks in advance.