Script Function: Q4SH

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4SH()
 {
   if (!hasObjVar(this, "vendedPrice"))
   {
     return (0x00 - 0x01);
   }
   return (getObjVar(this, "vendedPrice"));
 }