 by ppcStudios » Oct 22, 2003 @ 7:46pm
by ppcStudios » Oct 22, 2003 @ 7:46pm 
			
			In Warlords, I stored my tutorial help info in flat, pipe delimited text files which I read in as needed.  This makes it easy to both edit and internationalize for different languages.  Each line of text is context sensitive, and I read in only up to the required line.  The pipe delimiters let me pre-format the text to fit within whatever size popup dialog I choose to use.