beginscript; label Start: // ExcTargetType(0xffffffff); SelectWeapons(0,0,0); label ho: if (Triggered()) { SetFollowUnit(0x7866, 100, 200); SelectWeapons(1,0,0); IncludeUTarget(0x6c01); EndFrame(); goto End; } EndFrame(); goto ho; label End: EndFrame(); goto End; endscript; $