Script Function: Q5S6
From Ultima Online: The Second Age
function void Q5S6(obj ship) { loc Q5AH = getLocation(ship); list Q57V; getPlayersInRange(Q57V, Q5AH, 0x07); for(int i = 0x00; i < numInList(Q57V); i++) { obj Q62I = Q57V[i]; if (isOnMulti(Q62I, ship)) { musicTo(Q62I, 0x20); } } return; }