Difference between revisions of "Script Function: Q58L"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q58L(<span style="color:#0000FF">obj</span> Q5AK, <span style="color:#0000FF">list</span>...") |
(No difference)
|
Latest revision as of 05:09, 12 October 2018
function int Q58L(obj Q5AK, list Q68S, string Q68D) { int Q52R = numInList(Q68S); obj Q5HY; for(int i = 0x00; i < Q52R; i++) { Q5HY = Q68S[i]; if (Q58K(Q5AK, Q5HY, Q68D)) { return (0x01); } } return (0x00); }