Script Function: Q4XR

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