Difference between revisions of "Script Function: Q5MF"

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> Q5MF(<span style="color:#0000FF">obj</span> it) { <span style="color:#0000FF">if</s...")
 
(No difference)

Latest revision as of 09:54, 10 October 2018

 function void Q5MF(obj it)
 {
   if (hasScript(it, "reflctor"))
   {
     doMobAnimation(it, 0x37B9, 0x0A, 0x05, 0x00, 0x00);
     detachScript(it, "reflctor");
   }
   return ();
 }