Difference between revisions of "Script Function: Q46G"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q46G(<span style="color:#0000FF">loc</span> place, <span style="color:#0000FF">int</span>...") |
(No difference)
|
Latest revision as of 04:15, 10 October 2018
function int Q46G(loc place, int range) { list Q5FJ; getObjectsInRange(Q5FJ, place, range); int num = numInList(Q5FJ); for(int i = 0x00; i < num; i++) { obj it = Q5FJ[i]; if (isMultiComp(it)) { return (0x01); } } return (0x00); }