Script Function: Q4PB

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4PB(list text, obj this)
 {
   string Q698;
   for(int i = 0x00; i < numInList(text); i++)
   {
     Q698 = text[i];
     if (Q698 == getName(this))
     {
       return (i + 0x01);
     }
   }
   return (0xFF);
 }