Difference between revisions of "Script Function: Q41Q"

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

Latest revision as of 09:59, 10 October 2018

 function int Q41Q(obj user, int Q5VX, int Q463, int Q4NC)
 {
   if (Q463 == 0x00)
   {
     return (0x01);
   }
   if (!isMobile(user))
   {
     return (0x00);
   }
   if (!Q432(user, Q5VX, Q463))
   {
     Q43I(user, Q5VX, Q463, Q4NC);
     return (0x01);
   }
   return (0x00);
 }