Script Function: Q4DB

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