Difference between revisions of "Script Function: Q441"

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

Latest revision as of 20:52, 10 October 2018

 function void Q441(obj it)
 {
   if (hasScript(it, "spellwords"))
   {
     detachScript(it, "spellwords");
   }
   return ();
 }