Script Function: Q4CG
From Ultima Online: The Second Age
function void Q4CG(obj owner) { if (isMurderer(owner)) { int ownerMurderCount = 0x00; if (hasObjVar(this, <span style="color:#800000">"ownerMurderCount"</span>)) { ownerMurderCount = getObjVar(this, <span style="color:#800000">"ownerMurderCount"</span>); } int murderCount = getMurderCount(owner); if (murderCount > ownerMurderCount) { setObjVar(this, <span style="color:#800000">"ownerMurderCount"</span>, murderCount); } } return (); }