beginscript; label wait: if (GetState()!=0) { EndFrame(); goto targ; } EndFrame(); goto wait; label targ: SetFollowUnit (0x6c01,50,500); SetFollowRange (2000); SelectWeapons (1,0,0); IncludeUTarget (0x6c01); label End: EndFrame(); goto End; endscript; $