beginscript; label Start: label CallTrig2: if (OtherUnitInArea(INVISJ01, 7449, 3103, 1000)) { SpawnOtherUnit(JAC13); SpawnOtherUnit(JAC14); IncludeUTarget(0x7401); EndFrame(); goto End; } EndFrame(); goto CallTrig2; //label CallTrig3: // if (OtherUnitInArea(INVISJ01, 6590, 3557, 1000)) // { // SpawnOtherUnit(JAC13); // SpawnOtherUnit(JAC14); // EndFrame(); // goto End; // } // EndFrame(); // goto CallTrig3; label End: EndFrame(); goto End; endscript; $