Difference between revisions of "Script Function: Q51O"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q51O(<span style="color:#0000FF">obj</span> key, <span style="color:#0000FF">obj</span> Q4...")
 
(No difference)

Latest revision as of 18:55, 12 October 2018

 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);
 }