beginscript; SetFollowRange (1000); label apc1target: if (OtherUnitDead(apc1)) { EndFrame(); } ExcTargetType (0x2); IncludeUTarget (apc1); EndFrame(); label End: EndFrame(); goto End; endscript; $