Script Function: Q5OP

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