Difference between revisions of "Script Function: Q43H"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q43H(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">int</span>...")
 
(No difference)

Latest revision as of 09:59, 10 October 2018

 function void Q43H(obj user, int Q5VX, int Q463)
 {
   if (!isMobile(user))
   {
     return ();
   }
   if (Q463 == 0x00)
   {
     return ();
   }
   int Q5NC = modifyStat(user, Q5VX, Q463);
   return ();
 }