Script Function: Q51P

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q51P(obj key, obj it)
 {
   list Q667;
   getObjListVar(Q667, key, "whatIUnlock");
   return (isInList(Q667, it));
 }