Game_text newline

Game_text newline

Re: Game_text newline Posted by satchmo on Wed Jan 19th 2005 at 4:56am
satchmo
2077 posts
Posted 2005-01-19 4:56am
satchmo
member
2077 posts 1809 snarkmarks Registered: Nov 24th 2004 Occupation: pediatrician Location: Los Angeles, U.S.
It's a very simple question, but I am not sure whether it's feasible. This is for a single player map.

I want to put two lines of text using a single game_text entity. Is there a special character, like "/n" that I can put to start a new line?
Re: Game_text newline Posted by Leperous on Wed Jan 19th 2005 at 10:06am
Leperous
3382 posts
Posted 2005-01-19 10:06am
Leperous
Creator of SnarkPit!
member
3382 posts 1635 snarkmarks Registered: Aug 21st 2001 Occupation: Lazy student Location: UK
Isn't it \n ?
Re: Game_text newline Posted by satchmo on Wed Jan 19th 2005 at 6:25pm
satchmo
2077 posts
Posted 2005-01-19 6:25pm
satchmo
member
2077 posts 1809 snarkmarks Registered: Nov 24th 2004 Occupation: pediatrician Location: Los Angeles, U.S.
Thanks, Lep. It worked.

I almost got it right myself, but I didn't use a backslash.