Script Function: Q4CF
From Ultima Online: The Second Age
function string Q4CF(obj this, list args) { string Q58D; if (!hasObjVar(this, "questMurderVictim")) { return (Q58D); } if (!hasObjVar(this, "questMurderReason")) { return (Q58D); } obj victim = getObjVar(this, "questMurderVictim"); if (!isInList(args, getName(victim))) { return (Q58D); } Q58D = getName(victim) + "? Aye" + Q59D(); return (Q58D); }