Script Function: Q5QT

From Ultima Online: The Second Age
Revision as of 18:43, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5QT(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">string</spa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 ();
 }