Script Function: Q4BY

From Ultima Online: The Second Age
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);
 }