Script Function: Q4SP

From Ultima Online: The Second Age
Revision as of 02:18, 8 October 2018 by Grimoric (talk | contribs)
(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, "ownerMurderCount"))
   {
     Q5MH = Q5MH * getObjVar(this, "ownerMurderCount");
   }
   return (Q5MH);
 }