The casual me is once again trying to Jass, so as a little warmup I was going to make the knockback spell again and got an error I've never gotten before.
"Expected end of line"
What does this mean really? I've been looking if I've missed any ')'s but havn't found anyone missing, so what does this really mean?
And yes, I know local variables prolly is easier and less messy, but gonna change that later ^^
"Expected end of line"
What does this mean really? I've been looking if I've missed any ')'s but havn't found anyone missing, so what does this really mean?
JASS:
call SetUnitPositionLoc(udg_Ab_ChargeCaster[GetConvertedPlayerId(udg_Ab_ChargeOwner)]), PolarProjectionBJ(GetUnitLoc(udg_Ab_ChargeCaster[GetConvertedPlayerId(udg_Ab_ChargeOwner)]), DistanceBetweenPoints(GetUnitLoc(udg_Ab_ChargeCaster[GetConvertedPlayerId(udg_Ab_ChargeOwner)]), GetUnitLoc(udg_Ab_ChargeTarget[GetConvertedPlayerId(udg_Ab_ChargeOwner)])+d), AngleBetweenPoints(GetUnitLoc(udg_Ab_ChargeCaster[GetConvertedPlayerId(udg_Ab_ChargeOwner)]),GetUnitLoc(udg_Ab_ChargeTarget[GetConvertedPlayerId(udg_Ab_ChargeOwner)])))
And yes, I know local variables prolly is easier and less messy, but gonna change that later ^^