Script Function: Q4SP

From Ultima Online: The Second Age
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);
 }