Difference between revisions of "Script Function: Q4DB"
From Ultima Online: The Second Age
(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...") |
|||
Line 1: | Line 1: | ||
<span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4DB() | <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4DB() | ||
{ | { | ||
− | [[Engine Function:_bark|<span style="color:#FF0000;font-weight:bold">bark</span>]](this, | + | [[Engine Function:_bark|<span style="color:#FF0000;font-weight:bold">bark</span>]](this, <span style="color:#800000">"I regret nothing!"</span>); |
<span style="color:#0000FF">list</span> args; | <span style="color:#0000FF">list</span> args; | ||
− | [[Engine Function:_message|<span style="color:#FF0000;font-weight:bold">message</span>]]([[Engine Function:_getBackpack|<span style="color:#FF0000;font-weight:bold">getBackpack</span>]](this), | + | [[Engine Function:_message|<span style="color:#FF0000;font-weight:bold">message</span>]]([[Engine Function:_getBackpack|<span style="color:#FF0000;font-weight:bold">getBackpack</span>]](this), <span style="color:#800000">"cleanup"</span>, args); |
[[Engine Function:_makeVulnerable|<span style="color:#FF0000;font-weight:bold">makeVulnerable</span>]](this); | [[Engine Function:_makeVulnerable|<span style="color:#FF0000;font-weight:bold">makeVulnerable</span>]](this); | ||
[[Engine Function:_setCurHP|<span style="color:#FF0000;font-weight:bold">setCurHP</span>]](this, 0x00); | [[Engine Function:_setCurHP|<span style="color:#FF0000;font-weight:bold">setCurHP</span>]](this, 0x00); |
Revision as of 19:13, 7 October 2018
function void Q4DB() { bark(this, "I regret nothing!"); list args; message(getBackpack(this), "cleanup", args); makeVulnerable(this); setCurHP(this, 0x00); loseHP(this, 0x2710); return (); }