Difference between revisions of "Script Function: Q5RY"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5RY(<span style="color:#0000FF">obj</span> ship) { <span style="color:#0000FF">lis...") |
(No difference)
|
Latest revision as of 22:00, 11 October 2018
function void Q5RY(obj ship) { list Q5J1; getPlayersOnMulti(Q5J1, ship); int num = numInList(Q5J1); for(int Q4EJ = 0x00; Q4EJ < num; Q4EJ++) { obj player = Q5J1[Q4EJ]; attachScript(player, "shipnakedhack"); } return (); }