beginscript; label wait: if (GetState()!=0) { EndFrame(); goto spits; } EndFrame(); goto wait; label spits: ExcTargetType (0x1); IncludeUTarget (0x7401); label End: EndFrame(); goto End; endscript; $