Script Function: Q4SP

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">int</span> Q4SP() { <span style="color:#0000FF">int</span> Q5MH = Q4TH|<span style="color:#2B...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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);
 }