Hey!
I want to build a game, somewhat RPG-like.
I need it to display rather large text, different text in more than one place. Ideally I would store this text separately in some XML or txt file.
For example, I have a button "Intro", when the user clicks, they see a messagebox of sorts with some 3-4 paragrahps of text (some 200-250 words). They click OK, message box gone.
Then they click Play, and are taken to a new layout, and another message box pops with another message, adding some more info to the story. In the new layout they click Help and see another message.
All these messages I would like to have in one place where I can easily edit them.
Can this be done in Construct 2?
Thanks in advance.