Difference between revisions of "Script Function: Q4XQ"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4XQ() { <span style="color:#0000FF">if</span> (getObjType|<span style="color:#FF...")
 
(No difference)

Latest revision as of 04:29, 12 October 2018

 function void Q4XQ()
 {
   if (getObjType(this) < 0xC8)
   {
     animateMobile(this, 0x11, 0x05, 0x01, 0x00, 0x00);
   }
   else
   {
     animateMobile(this, 0x09, 0x05, 0x01, 0x00, 0x00);
   }
   return ();
 }