Difference between revisions of "Script Function: Q4DF"

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> Q4DF() { detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</...")
 
(No difference)

Latest revision as of 22:11, 11 October 2018

 function void Q4DF()
 {
   detachScript(this, "bounty");
   detachScript(this, "bountyclaim");
   detachScript(this, "bountymark");
   removeObjVar(this, "killcount");
   removeObjVar(this, "bountyKiller");
   removeObjVar(this, "myLastKiller");
   removeObjVar(this, "lastCriminal");
   removeObjVar(this, "killer");
   return ();
 }