Script Function: Q4DF

From Ultima Online: The Second Age
Revision as of 23:11, 11 October 2018 by Grimoric (talk | contribs) (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</...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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 ();
 }