Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: stuh505 on Thu 08/04/2004 22:04:04

Title: Stupid Noob Question: Endlines in text
Post by: stuh505 on Thu 08/04/2004 22:04:04
Hi, I want to display endlines in my text string outputted using the Display(" xxx") function.  I tried "\n" which is the standard C/C++ way...no luck.  When I separate into separate calls of the function it just pops up with a new window.  So how do I do it?
Title: Re:Stupid Noob Question: Endlines in text
Post by: Darth Mandarb on Thu 08/04/2004 22:12:15
Character for a line break in strings: [
Example: Display("Adventure Game Studio [ [ Copyright 1995-2004 Chris Jones");

Check out this thread:
AGS tidbits & snippets (Read before posting!) (http://www.agsforums.com/yabb/index.php?board=6;action=display;threadid=11497)

It's full of kick ass little pieces of info I'm sure you'd find usefull!