beginscript; ExcTargetType(0x1); IncTargetType(0x2); IncludeGTarget(2); SetDefendee(Convoy1); SetTargetSelectMode(2); SetFollowRange(0); SetGlobalVar(1,0); label Wait1: if (Triggered()) { SetFollowWaypoint(40,0,0); SetFollowRange(0); EndFrame(); goto End; } EndFrame(); goto Wait1; label End: EndFrame(); goto End; endscript; $