Script Function: Q4BY

From Ultima Online: The Second Age
Revision as of 04:26, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4BY(<span style="color:#0000FF">int</span> Q618, <span style="color:#0000FF">list</span>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q4BY(int Q618, list text)
 {
   int Q4V9;
   string Q56K;
   int Q4QI;
   Q4QI = 0x00;
   Q4V9 = Q618 + 0x01;
   if (Q4V9 < numInList(text))
   {
     Q56K = text[Q4V9];
     if (Q56K == "me")
     {
       Q4QI = 0x01;
     }
   }
   return (Q4QI);
 }