Script Function: Q4V7

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4V7(obj it)
 {
   if (isMobile(it))
   {
     int Q65M = getObjType(it);
     if ((Q65M == 0x0190) || (Q65M == 0x0191))
     {
       return (0x01);
     }
   }
   return (0x00);
 }