Difference between revisions of "Script Function: Q4CB"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4CB(<span style="color:#0000FF">obj</span> it, <span style="color:#0000FF">list</span> Q5...")
 
(No difference)

Latest revision as of 15:54, 12 October 2018

 function int Q4CB(obj it, list Q514)
 {
   obj Q68D;
   int num = numInList(Q514);
   for(int i = 0x00; i < num; i++)
   {
     Q68D = Q514[i];
     if (Q4CA(Q68D))
     {
       return (0x01);
     }
   }
   return (0x00);
 }