beginscript; label wait: if (GetState()!=0) { EndFrame(); goto followash; } EndFrame(); goto wait; label followash: SetFollowUnit(Ash,100,700); ExcTargetType (0x2); IncludeUTarget (0x7401); label End: EndFrame(); goto End; endscript; $