Difference between revisions of "Script Function: Q4SP"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4SP() { <span style="color:#0000FF">int</span> Q5MH = Q4TH|<span style="color:#2B...") |
(No difference)
|
Revision as of 10:08, 7 October 2018
function int Q4SP() { int Q5MH = Q4TH(getBackpack(this)) / 0x01F4 + 0x14; if (hasObjVar(this, <span style="color:#800000">"ownerMurderCount"</span>)) { Q5MH = Q5MH * getObjVar(this, <span style="color:#800000">"ownerMurderCount"</span>); } return (Q5MH); }