Difference between revisions of "Script Function: Q635"

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> Q635(<span style="color:#0000FF">obj</span> cow) { sfx(getLocation|<span style="c...")
 
(No difference)

Latest revision as of 16:25, 12 October 2018

 function void Q635(obj cow)
 {
   sfx(getLocation(this), 0x79, 0x00);
   animateMobile(this, 0x08, 0x00, 0x03, 0x00, 0x00);
   return ();
 }