Script Function: Q5QT

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q5QT(obj user, string Q636)
 {
   list Q5QU;
   clearList(Q5QU);
   for(int i = 0x00; i < numInList(Q5NZ); i++)
   {
     int Q5NY = Q5NZ[i];
     append(Q5QU, getArrayIntElem(0x00, 0x00, Q5NY));
     append(Q5QU, getArrayIntElem(0x00, 0x01, Q5NY));
     append(Q5QU, getArrayStrElem(0x00, 0x02, Q5NY));
   }
   selectTypeAndHue(user, this, 0x00, Q636, Q5QU);
   return ();
 }