Valhalla Legends Archive

Member Forums => Spht's Forum => Topic started by: raylu on May 07, 2006, 06:00 PM

Title: Re: ClanGnome
Post by: raylu on May 07, 2006, 06:00 PM
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?
Title: Re: ClanGnome
Post by: Joe[x86] on May 08, 2006, 04:30 PM
String[] names = new String[] { "Clan", "Gnome", "Lord", "Banana" };

Randomly pick one or two from the array and concatenate them in a random order?
Title: Re: ClanGnome
Post by: Spht on May 09, 2006, 07:40 AM
Quote from: J on May 08, 2006, 04:30 PM
String[] names = new String[] { "Clan", "Gnome", "Lord", "Banana" };

Randomly pick one or two from the array and concatenate them in a random order?

Something like that, except the generated names are much more unique, and don't mention "gnome"!
Title: Re: Re: ClanGnome
Post by: raylu on May 09, 2006, 07:26 PM
Aw...I was hoping for something a little more "complex" than that...

Well, OK then.