Difference between revisions of "Script Function: Q4A5"

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

Latest revision as of 03:56, 12 October 2018

 function int Q4A5(obj Q68S, obj Q4H5)
 {
   int Q65M = Q4S1(Q4H5);
   if (Q65M >= 0x00)
   {
     return (Q4A3(Q68S, Q65M));
   }
   else
   {
     Q65M = Q4ST(Q4H5);
     if (Q65M >= 0x00)
     {
       return (Q4A6(Q68S, Q65M));
     }
   }
   return (0x01);
 }