Script Function: Q4S1

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4S1(obj Q4H5)
 {
   if (!hasObjVar(Q4H5, "myhousetype"))
   {
     return (0x00 - 0x01);
   }
   return (getobjvar_int(Q4H5, "myhousetype"));
 }