Currently I am using an XML file to store dialog. However, I'm having trouble using that to call instance variables.
An example:
In the XML file there might be text like "Hello, Player.name", and when I print that, the text reads as 'Player.name' instead of the 'name' value stored in the Player object. I'm wondering if there is a way around that.