Difference between revisions of "Script Function: Q42T"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q42T(<span style="color:#0000FF">obj</span> Q61K, <span style="color:#0000FF">string</span...") |
(No difference)
|
Latest revision as of 04:24, 10 October 2018
function int Q42T(obj Q61K, string Q5FM, obj Q4NJ) { if (!hasObjListVar(Q61K, Q5FM)) { return (0x00); } list Q4Q1; getObjListVar(Q4Q1, Q61K, Q5FM); return (isInList(Q4Q1, Q4NJ)); }