Fortune Teller
This program picks a random fortune (equally weighted) from a list.
local fortune = {"Fortune 1",
"fortune 2",
"fortune 3",
"fortune 4",
...
"fortune elevnty-billion"}
sayto(ch,fortune[math.random(#fortune)])