Script Function: Q4DB

From Ultima Online: The Second Age
Revision as of 05:08, 10 October 2018 by Grimoric (talk | contribs)
Jump to: navigation, search
 function void Q4DB()
 {
   bark(this, "I regret nothing!");
   list args;
   message(getBackpack(this), "cleanup", args);
   makeVulnerable(this);
   setCurHP(this, 0x00);
   loseHP(this, 0x2710);
   return ();
 }
 function void Q4DB()
 {
   removeObjVar(this, "trapLevel");
   removeObjVar(this, "trapType");
   return ();
 }