Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Kinoko on Thu 16/06/2005 05:00:30

Title: How to display [ character? (SOLVED)
Post by: Kinoko on Thu 16/06/2005 05:00:30
I've noticed when I put the character [ in my global messages, I get a line break in game instead of the character showing up. ], on the other hand, shows up fine. Is that er... normal?
Title: Re: Character #91 = line break?
Post by: Gilbert on Thu 16/06/2005 05:07:44
Yes, it's used for line breaks when AGS displays a string.
I may be possible to display that character using [ .
read more about this issue here (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=13042.0).
Quoted from V2.7 changes.txt
Quote
- Added [ to Display/Say/etc, to enable you to display the [ character  rather than it doing a line break.
Title: Re: Character #91 = line break?
Post by: Kinoko on Thu 16/06/2005 05:09:43
That works fine, thanks! ^_^