Difference between revisions of "Script Function: Q5OP"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q5OP(<span style="color:#0000FF">obj</span> it) { <span style="color:#0000FF">list</...") |
(No difference)
|
Latest revision as of 04:22, 10 October 2018
function int Q5OP(obj it) { list Q5OO; getScripts(Q5OO, it); int num = numInList(Q5OO); string Q5OQ; for(int i = 0x00; i < num; i++) { Q5OQ = Q5OO[i]; if (!Q5ON(Q5OQ)) { return (0x00); } } return (0x01); }