Xathia Vastar
Member
Is there any way to make a line break for the text that appears in the help window? For example:
For the description of a Copper Sword, this would show up as 1 line of text at the top of the screen where the Help window is situated:
However, I'd like it to not be a single line going across, and I wanted it to have breaks in it like this:
Is there any way to make it do this? I thought that if I used the \n tag in the description in the Weapons Database section that it would work, but it doesn't. I also tried changing the size of the Help window to see if the text would wrap, but it doesn't wrap.
For the description of a Copper Sword, this would show up as 1 line of text at the top of the screen where the Help window is situated:
Code:
"This sword is made of copper."
However, I'd like it to not be a single line going across, and I wanted it to have breaks in it like this:
Code:
"This sword is
made of copper."
Is there any way to make it do this? I thought that if I used the \n tag in the description in the Weapons Database section that it would work, but it doesn't. I also tried changing the size of the Help window to see if the text would wrap, but it doesn't wrap.