Difference between revisions of "Script Function: Q4M4"

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> Q4M4(<span style="color:#0000FF">obj</span> this, <span style="color:#0000FF">int</span>...")
 
(No difference)

Latest revision as of 14:37, 12 October 2018

 function void Q4M4(obj this, int Q4ID)
 {
   faceHere(this, Q4ID);
   animateMobile(this, 0x21, 0x05, 0x01, 0x00, 0x01);
   return ();
 }