Script Function: Q441

From Ultima Online: The Second Age
Revision as of 20:52, 10 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q441(obj it)
 {
   if (hasScript(it, "spellwords"))
   {
     detachScript(it, "spellwords");
   }
   return ();
 }