Script Function: Q43I

From Ultima Online: The Second Age
Revision as of 09:59, 10 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q43I(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">int</span>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q43I(obj user, int Q5VX, int Q463, int Q4NC)
 {
   if (Q463 == 0x00)
   {
     return ();
   }
   if (!isMobile(user))
   {
     return ();
   }
   string Q5OK = Q4T9(Q5VX, Q463);
   int Q4AT = Q4T8(Q5VX, Q463);
   setObjVar(user, Q5OK, Q463);
   int Q4I5 = modifyStat(user, Q5VX, Q463);
   attachScript(user, Q5OK);
   callback(user, Q4NC, Q4AT);
   return ();
 }