JASS:
call CreateUnitAtLoc(Player(PLAYER_NEUTRAL_PASSIVE),'DUMM',GetUnitLoc(JumpingUnit,GetUnitFacing(JumpingUnit)
set Dummy=GetLastCreatedUnit()
I use JNGP and i got following errors:
-Missing ')'
-To many argument passed to this function
-syntax error
And another error
JASS:
call SetUnitPositionLoc(Dummy,PolarProjectionBJ(Dummy,DistanceLeft,GetUnitFacing(Dummy)))
-Cannot convert unit to location
Why?? Help plz