I am using the text object for dialogue in my game. Would be it better (performance wise) to load all the text (strings) to write from an .ini / hash table or to just write it all down in the action? It will add up to a lot of text. Or does it not even matter? I don't know how much memory and processing power something like this takes up.