Difference between revisions of "Script Function: Q5RH"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5RH(<span style="color:#0000FF">obj</span> this) { <span style="color:#0000FF">int...") |
(No difference)
|
Revision as of 22:12, 11 October 2018
function void Q5RH(obj this) { int Q69E; if (hasObjVar(this, "act")) { int act = getobjvar_int(this, "act"); Q69E = changeRange(this, 0x00, 0x03, act); } if (hasObjVar(this, "deact")) { int deact = getobjvar_int(this, "deact"); Q69E = changeRange(this, 0x01, 0x03, deact); } return; }