Difference between revisions of "Script Function: Q5S6"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5S6(<span style="color:#0000FF">obj</span> ship) { <span style="color:#0000FF">loc...") |
(No difference)
|
Latest revision as of 22:00, 11 October 2018
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; }