I am looking for a way to index a list of comments that the npcs call into for what they say so they don't get boring. Something like
Npc call random paragon, check list, check location ( because each area has different topic ) , call random array element string
Diplsy string.
This is so that I can make a simple list of things to say that applys to all npcs so I don't have to do complex message lists for each one.