Script Function: Q4UB

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