I'm working on a visual novel (eg: Phoenix Wright: Ace Attorney or the text boxes that appear on Pokemon, Zelda etc on the DS) and the only way I've got the text to work is with thousands of if instances. I've tried 'Dictionary' in order to pull the information across via JSON; but I'm unable to get it to function correctly or at all. I also tried an alternative way using 'File System', but had issues there too.
Is there a way of making a simple text document (eg: through a text document and file system), that enables Construct to read and select a specific line within the document, maybe though using JSON and/or IF and OR? Then selects the next line of text after a mouse click or key press? I wanted to use the most logical and automated way possible.