How do I make the text automatically wrap to the next line when it reaches the end of the text box?
Go into the game file, and in the area you want to have text wrap add the following line:multi line: true
multi line: true
Think of it this way: An area has to have more than one line in order for textwrapping to work, and by default, a text area only has one line.
Go into the game file, and in the area you want to have text wrap add the following line:
multi line: trueThink of it this way: An area has to have more than one line in order for textwrapping to work, and by default, a text area only has one line.