Difference between revisions of "Script Function: Q424"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q424(<span style="color:#0000FF">obj</span> Q4XN, <span style="color:#0000FF">int</span>...") |
(No difference)
|
Latest revision as of 16:23, 12 October 2018
function void Q424(obj Q4XN, int val) { int Q5D0 = getMaxArmorClass(Q4XN); Q5D0 = Q5D0 + val; int Q5NC = setMaxArmorClass(this, Q5D0); return (); }