Script Function: Q4SG

From Ultima Online: The Second Age
Jump to: navigation, search
 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);
 }