HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Newline in a Variable?

02-19-2007, 06:22 PM#1
TheBlackMage
Hello,

I'm having some trouble getting newlines in my variables to work properly. I have a map that sends lots of text to the players using Game - Display Text to Player. Because of this, I have a little variable system I use to output text. I just tell the game to display for example, ackVariable[1] instead of typing the real thing.

Later on this will help me port the map to another language or something without having to go digging.

Anyways, the problem is I cannot assign a newline to ackVariable[1]. I've tried "|n" and "\n" but nothing seems to work.

Any suggestions?
02-24-2007, 02:29 AM#2
TheBlackMage
I really hate to bump this but as you can imagine this is frustrating.
02-24-2007, 02:45 AM#3
Ammorth
you could try detect a |n and then get your system to display it with a new display message action.