Script Function: Q5RY

From Ultima Online: The Second Age
Jump to: navigation, search
 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 ();
 }