beginscript; SetFollowUnit (Convoy1, 100, 300); SetFollowRange (150); ExcTargetType(0x1); IncTargetType(0x2); IncludeGTarget(2); label End: EndFrame(); goto End; endscript; $