Difference between revisions of "Script Function: Q4CF"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">string</span> Q4CF(<span style="color:#0000FF">obj</span> this, <span style="color:#0000FF">list</spa...") |
(No difference)
|
Latest revision as of 22:23, 11 October 2018
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); }