Author | Message | Time |
---|---|---|
raylu | o.0, I had an idea to make a bot similar to ClanGnome today a bit after I saw those hilarious responses to the bot... Any chance I can get a hold of that random believable average name generator, Spht? | May 7, 2006, 11:00 PM |
JoeTheOdd | String[] names = new String[] { "Clan", "Gnome", "Lord", "Banana" }; Randomly pick one or two from the array and concatenate them in a random order? | May 8, 2006, 9:30 PM |
Spht | [quote author=J link=topic=14953.msg152202#msg152202 date=1147123833] String[] names = new String[] { "Clan", "Gnome", "Lord", "Banana" }; Randomly pick one or two from the array and concatenate them in a random order? [/quote] Something like that, except the generated names are much more unique, and don't mention "gnome"! | May 9, 2006, 12:40 PM |
raylu | Aw...I was hoping for something a little more "complex" than that... Well, OK then. | May 10, 2006, 12:26 AM |