beginscript; label Start: if(PlayerInRange(300)) { if (OtherUnitDead (Spit_G1_01)) { TeleportOtherUnit(Spit_G1_01, AITele4, -50, 0); SpawnOtherUnit (Spit_G1_01); } if (OtherUnitDead (Spit_G1_02)) { TeleportOtherUnit(Spit_G1_02, AITele4, -50, 0); SpawnOtherUnit (Spit_G1_02); } EndFrame(); goto End; } EndFrame(); goto Start; label End: EndFrame(); goto End; endscript; $