Script Function: Q5RH

From Ultima Online: The Second Age
Revision as of 23:12, 11 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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;
 }