beginscript; ExcTargetType(0x2); IncTargetType(0x1); TargetFires(1); label Wait1: if (OnFire(0x7401) || OnFire(Convoy1) || OnFire(Convoy2) || OnFire(Convoy3) || OnFire(Convoy4) || OnFire(Convoy5) || OnFire(Convoy6) || OnFire(Convoy7)) { SetFollowUnit(Convoy1, 0, 1000); } else { SetFollowUnit(OutTheWay, 0, 1000); } EndFrame(); goto Wait1; label End: EndFrame(); goto End; endscript; $