ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Longtooths on July 26, 2014, 09:48:36 PM

Title: Looking for a mythical script
Post by: Longtooths on July 26, 2014, 09:48:36 PM

a
Title: Re: Looking for a mythical script
Post by: Crome969 on July 26, 2014, 11:56:44 PM
its a joke or? i mean this is one of the most simplest things in euo
Title: Re: Looking for a mythical script
Post by: dxrom on July 27, 2014, 04:05:16 AM
its a joke or? i mean this is one of the most simplest things in euo

What crome said.

Also, grats on becoming a Moderator over at stratics. :>
Title: Re: Looking for a mythical script
Post by: manwinc on July 27, 2014, 06:00:08 AM
You could also probably change their image to smaller dragons
 Or Bright orange Chickens!
Title: Re: Looking for a mythical script
Post by: Endless Night on July 27, 2014, 07:46:07 AM
Code: [Select]
repeat
   finditem  <put type codes here>  G_10
   if #findcnt > 0
     {
     for #findindex 1 #findcnt
         hideitem #findid
     }
until #false   ; forever
halt