beginscript; label Telli: if (OtherUnitInArea(INVISJ01, 9003, 2717, 1000)) { TeleportOtherUnit(0x781a, 0x420, 0, 0); TeleportOtherUnit(0x782f, 0x420, 0, 0); TeleportOtherUnit(0x700e, 0x420, 0, 0); TeleportOtherUnit(0x7010, 0x420, 0, 0); TeleportOtherUnit(0x7007, 0x420, 0, 0); EndFrame(); // goto End; goto Telli2; } EndFrame(); goto Telli; label Telli2: if (OtherUnitInArea(INVISJ01, 9003, 2717, 1000)) { SpawnOtherUnit(0x781a); SpawnOtherUnit(0x782f); SpawnOtherUnit(0x700e); SpawnOtherUnit(0x7010); SpawnOtherUnit(0x7007); EndFrame(); goto End; } EndFrame(); goto Telli2; label End: EndFrame(); goto End; endscript; $