Can I ask what people are using as a dialog/text database? I did some quick tests using streamreader from txt files, which works “ok”, but I know there has to be a much better solution. Just to be specific, I don’t need a solution that communicates with an SQL database running on a remote server somewhere. I’m looking for a way to encapsulate all the text in a game for easy and quick retrieval based on actions, conditions, etc.
Thanks