call IssuePointOrderByIdLoc(u,1093677110,PolarProjectionBJ(GetUnitLoc(u3),dist,angle))
I know it's not good to use BJ, but w/e
So at first it was like:
call IssuePointOrderByIdLoc(u,'A006',PolarProjectionBJ(GetUnitLoc(u3),dist,angle))
So I tried changing the rawcode to an actually integer.
The problem is, nothing I tried would actually make the unit (u) do anything... It only did something when I did this:
call IssuePointOrderLoc(u,"move",PolarProjectionBJ(GetUnitLoc(u3),dist,angle))
Which is something I don't want to do!
So is there anyway I can do this
