Script Function: Q4J2

From Ultima Online: The Second Age
Revision as of 18:32, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">string</span> Q4J2(<span style="color:#0000FF">int</span> bounty) { <span style="color:#0000FF"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function string Q4J2(int bounty)
 {
   list Q5Y8 = "  A bounty is hereby offered", "  Lord British sets a price", "  Claim the reward! 'Tis", "  Lord Blackthorn set a price", "  The Paladins set a price", "  The Merchants set a price", "  Lord British's bounty ";
   string Q5Y4 = Q5Y8[random(0x00, numInList(Q5Y8) - 0x01)];
   return (Q5Y4);
 }