beginscript; label wait: if (GetState()!=0) { EndFrame(); goto Followway; } EndFrame(); goto wait; label Followway: ExcludeGTarget (1); IncludeUTarget (0x6c01); SetFollowUnit(INVISPET, 10,50); SetFollowRange(0); EndFrame(); label End: EndFrame(); goto End; endscript; $