Script Function: Q51O

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q51O(obj key, obj Q4MZ)
 {
   if (!hasObjVar(key, "whatIUnlock"))
   {
     return (0x00);
   }
   list Q665;
   getObjListVar(Q665, key, "whatIUnlock");
   if (isInList(Q665, Q4MZ))
   {
     return (0x01);
   }
   return (0x00);
 }