Script Function: Q4TD

From Ultima Online: The Second Age
Revision as of 23:29, 11 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">string</span> Q4TD() { <span style="color:#0000FF">list</span> Q5KU = <span style="color:#80000...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function string Q4TD()
 {
   list Q5KU = "foul", "vile", "evil", "dark", "cruel", "vicious", "scoundrelly", "dastardly", "cowardly", "craven", "foul and monstrous", "monstrous", "hideous", "terrible", "cruel, evil", "truly vile", "vicious and cunning", "";
   string Q636 = Q5KU[random(0x00, numInList(Q5KU) - 0x01)];
   return (Q636);
 }