Difference between revisions of "Script Function: Q42L"

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

Latest revision as of 18:52, 12 October 2018

 function void Q42L(obj it)
 {
   if (hasObjVar(it, "badPerson"))
   {
     removeObjVar(it, "badPerson");
   }
   detachScript(it, "badmessage");
   return ();
 }