Script Function: Q5LC

From Ultima Online: The Second Age
Revision as of 04:54, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5LC(<span style="color:#0000FF">list</span> Q4OL) { <span style="color:#0000FF">st...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q5LC(list Q4OL)
 {
   string x = Q4OL[random(0x00, numInList(Q4OL) - 0x01)];
   Q4KE(this, 0x03);
   bark(this, x);
   return ();
 }