It seems to me that this whole thread could be summed up in a rather concise form:
#define NUM_WORDS 12char szWords[NUM_WORDS][10] = {"Darkness", "Dark", "Blood", "Forbidden", "Lore", "Night", "Vampire", "Soul", "Shadows", "Circle", "Ancients", "Children"};char szGameTitle[30];srand(GetTickCount());sprintf(szGameTitle, "%s of %s", szWords[rand() % NUM_WORDS], szWords[rand() % NUM_WORDS]);
Hehe... yes, I'm aware this will generate names like "Darkness of Forbidden" but I thought I'd post it anyway.
-Ironblayde
Aeon SoftwareEdited by - Ironblayde on October 15, 2000 2:18:56 AM
"Your superior intellect is no match for our puny weapons!"