Difference between revisions of "Script Function: Q5LY"
From Ultima Online: The Second Age
Line 7: | Line 7: | ||
} | } | ||
num++; | num++; | ||
− | [[Engine Function:_setObjVar|<span style="color:#FF0000;font-weight:bold">setObjVar</span>]](Q68S, <span style="color:#800000">" | + | [[Engine Function:_setObjVar|<span style="color:#FF0000;font-weight:bold">setObjVar</span>]](Q68S, <span style="color:#800000">"fixStats"</span>, num); |
<span style="color:#0000FF">return</span> (); | <span style="color:#0000FF">return</span> (); | ||
} | } |
Revision as of 05:13, 24 October 2018
function void Q5LY(obj Q68S) { int num = 0x00; if (hasObjVar(Q68S, "fixStats")) { num = getObjVar(Q68S, "fixStats"); } num++; setObjVar(Q68S, "fixStats", num); return (); }