Script Function: Q4SH

From Ultima Online: The Second Age
Revision as of 18:46, 7 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4SH() { <span style="color:#0000FF">if</span> (!hasObjVar|<span style="color:#FF0...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q4SH()
 {
   if (!hasObjVar(this, <span style="color:#800000">"vendedPrice"</span>))
   {
     return (0x00 - 0x01);
   }
   return (getObjVar(this, <span style="color:#800000">"vendedPrice"</span>));
 }