Script Function: Q62U

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q62U(obj ship)
 {
   int Q5NC = getObjVar(ship, "shiprightplank");
   if (Q5NC == 0x01)
   {
     return (0x01);
   }
   Q5NC = getObjVar(ship, "shipleftplank");
   if (Q5NC == 0x01)
   {
     return (0x01);
   }
   return (0x00);
 }