beginscript; label tanktarget: if (OtherUnitDead(0x7830)) { EndFrame(); goto End; } ExcTargetType (0x2); IncludeUTarget (0x7830); EndFrame(); goto tanktarget; label End: EndFrame(); goto End; endscript; $