Script Function: Q4DF

From Ultima Online: The Second Age
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 ();
 }