beginscript; //Fianl attack by Jakyls and fireballers label Start: // SetVar(0,0); label CallTrig2: if (OtherUnitInArea(INVISJ01, 4326, -5896, 3000)) { SpawnOtherUnit(FIREJ8); SetFollowWaypoint(47, 0, 0); //below changed from player target to miss launcher IncludeUTarget(0x785a); EndFrame(); goto End; } EndFrame(); goto CallTrig2; label End: EndFrame(); goto End; endscript; $