beginscript; label Telli: if (OtherUnitInArea(INVISJ01, 7624, 3552, 1000)) { TeleportOtherUnit(0x7002, 0x7008, 0, 0); TeleportOtherUnit(0x7004, 0x7008, 0, 0); EndFrame(); // goto End; goto Telli2; } EndFrame(); goto Telli; label Telli2: if (OtherUnitInArea(INVISJ01, 7624, 3552, 1000)) { SpawnOtherUnit(0x7002); SpawnOtherUnit(0x7004); EndFrame(); goto End; } EndFrame(); goto Telli2; label End: EndFrame(); goto End; endscript; $