Script Function: Q46G
From Ultima Online: The Second Age
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); }