Script Function: Q441

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q441(obj it)
 {
   if (hasScript(it, "spellwords"))
   {
     detachScript(it, "spellwords");
   }
   return ();
 }