Difference between revisions of "Script Function: Q43I"
From Ultima Online: The Second Age
(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>...") |
(No difference)
|
Latest revision as of 09:59, 10 October 2018
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 (); }