Difference between revisions of "Script Function: Q4SH"

From Ultima Online: The Second Age
Jump to: navigation, search
(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...")
(No difference)

Revision as of 17:46, 7 October 2018

 function int Q4SH()
 {
   if (!hasObjVar(this, <span style="color:#800000">"vendedPrice"</span>))
   {
     return (0x00 - 0x01);
   }
   return (getObjVar(this, <span style="color:#800000">"vendedPrice"</span>));
 }