Script Function: Q4XQ

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q4XQ()
 {
   if (getObjType(this) < 0xC8)
   {
     animateMobile(this, 0x11, 0x05, 0x01, 0x00, 0x00);
   }
   else
   {
     animateMobile(this, 0x09, 0x05, 0x01, 0x00, 0x00);
   }
   return ();
 }