Difference between revisions of "Script Function: Q51P"

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> Q51P(<span style="color:#0000FF">obj</span> key, <span style="color:#0000FF">obj</span> it...")
 
(No difference)

Latest revision as of 14:52, 12 October 2018

 function int Q51P(obj key, obj it)
 {
   list Q667;
   getObjListVar(Q667, key, "whatIUnlock");
   return (isInList(Q667, it));
 }