Difference between revisions of "Script Function: Q4DB"

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> Q4DB() { <span style="color:#FF0000;font-weight:bold">bark</span>(this, <s...")
(No difference)

Revision as of 11:08, 7 October 2018

 function void Q4DB()
 {
   bark(this, <span style="color:#800000">"I regret nothing!"</span>);
   list args;
   message(getBackpack(this), <span style="color:#800000">"cleanup"</span>, args);
   makeVulnerable(this);
   setCurHP(this, 0x00);
   loseHP(this, 0x2710);
   return ();
 }