Difference between revisions of "Script Function: Q4SG"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">string</span> Q4SG() { <span style="color:#0000FF">list</span> Q5KU = <span style="color:#80000...")
 
(No difference)

Latest revision as of 22:29, 11 October 2018

 function string Q4SG()
 {
   list Q5KU = "A kidnapping!", "Help!", "Help us, please!", "Adventurers needed!", "Seeking assistance", "In need of aid", "Canst thou help us?", "Shall any save our friend?", "A friend was kidnapped!", "Heroes wanted!", "Can any assist us?", "Kidnapped!", "Taken prisoner";
   string Q636 = Q5KU[random(0x00, numInList(Q5KU) - 0x01)];
   return (Q636);
 }