beginscript; label Telli: if (OtherUnitInArea(INVISJ01, 3497, -5045, 1500)) { // TeleportOtherUnit(0x7802, 0x7818, 0, 0); TeleportOtherUnit(0x7801, 0x7818, 0, 0); TeleportOtherUnit(0x7803, 0x7818, 0, 0); EndFrame(); // goto End; goto Telli2; } EndFrame(); goto Telli; label Telli2: if (OtherUnitInArea(INVISJ01, 3497, -5045, 1500)) { // SpawnOtherUnit(0x7802); SpawnOtherUnit(0x7801); SpawnOtherUnit(0x7803); ExcludeUTarget(0xffff); IncludeGTarget(1); EndFrame(); goto End; } EndFrame(); goto Telli2; label End: EndFrame(); goto End; endscript; $