- Joined
- Apr 24, 2012
- Messages
- 5,113
Can somebody differentiate this to me? I think both of these codes do same things:
->
call SetUnitPosition(myUnit, x, y)
->
JASS:
call SetUnitX(myUnit, x)
call SetUnitY(myUnit, y)
call IssueImmediateOrderById(myUnit, 851972) // stop