Frictional Games Forum (read-only)

Full Version: Lang question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quick question about the lang file. Are there any commands similar to the br one that allow you to create spaces? I want to set up loading screen messages and I'm trying to get the text to look like:


text

____text

________text

but when I load the game it just looks like

text

text

text
Try adding a spaces. I don't have much experience with LoadingScreens, so this is the only thing I can say.
Do like this:

Bla[br]LOTS OF SPACESBla[br]LOTS OF SPACESBla
Nah, spaces do nothing. It's no biggie though.
Then I'm clueless, sorry Sad
(08-09-2013, 11:26 PM)The chaser Wrote: [ -> ]Then I'm clueless, sorry Sad

It's all good. I can get the same effect by putting a bunch of .......... in it. And if all else fails I can just make a picture with the text on it and use it as the loading image.
When XML is rendered, excessive white space is reduced to one space character. If you want the spaces to show up, you have to use HTML entities. The following represents a space:
Code: