Difference between revisions of "Script Function: Q4DC"

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

Latest revision as of 02:45, 12 October 2018

 function void Q4DC()
 {
   removeObjVar(this, "bountyGuardId");
   removeObjVar(this, "bountyPlayerName");
   return ();
 }