Difference between revisions of "Script Function: Q4ZD"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4ZD(<span style="color:#0000FF">obj</span> looker) { for(<span style="color:#0000FF...") |
(No difference)
|
Latest revision as of 05:15, 12 October 2018
function int Q4ZD(obj looker) { for(int Q623 = 0x00; Q623 < numInList(Q5HU); Q623++) { obj Q67B = Q5HU[Q623]; if (looker == Q67B) { return (0x01); } } return (0x00); }