Difference between revisions of "Script Function: Q5YC"

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> Q5YC(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">obj</span> Q...")
 
(No difference)

Latest revision as of 17:11, 10 October 2018

 function int Q5YC(obj user, obj Q5UY)
 {
   if (Q4ZN(Q5UY))
   {
     return (0x01);
   }
   list Q5LQ;
   Q4SL(Q5LQ, Q4T2(Q5UY));
   return (Q5YB(user, Q5LQ));
 }