beginscript; label Waiting: if (GetState () == 0) { EndFrame (); goto Waiting; } IncludeUTarget (0x7401); SetTargetDetectRange (20000); label End: EndFrame(); goto End; endscript; $