Script Function: Q4ST

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