Script Function: Q4CF

From Ultima Online: The Second Age
Revision as of 23:23, 11 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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);
 }