Difference between revisions of "Script Function: Q5LC"
From Ultima Online: The Second Age
(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...") |
(No difference)
|
Revision as of 03:54, 12 October 2018
function void Q5LC(list Q4OL) { string x = Q4OL[random(0x00, numInList(Q4OL) - 0x01)]; Q4KE(this, 0x03); bark(this, x); return (); }