beginscript; label Checkx: if (OtherUnitDead(0x7843)) { KillOtherUnit(0x784d); EndFrame(); goto End; } else { if (OtherUnitDead(0x784d)) { EndFrame(); goto End; } } EndFrame(); goto Checkx; label End: EndFrame(); goto End; endscript; $