Script Function: Q4SH

From Ultima Online: The Second Age
Revision as of 02:17, 8 October 2018 by Grimoric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q4SH()
 {
   if (!hasObjVar(this, "vendedPrice"))
   {
     return (0x00 - 0x01);
   }
   return (getObjVar(this, "vendedPrice"));
 }