Script Function: Q46M

From Ultima Online: The Second Age
Revision as of 05:25, 10 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q46M(<span style="color:#0000FF">loc</span> where, <span style="color:#0000FF">obj</span>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q46M(loc where, obj Q68S)
 {
   list Q5FJ;
   getObjectsAt(Q5FJ, where);
   int num = numInList(Q5FJ);
   for(int i = 0x00; i < num; i++)
   {
     obj it = Q5FJ[i];
     if (it != Q68S)
     {
       if (Q4ZK(it))
       {
         return (0x01);
       }
     }
   }
   return (0x00);
 }