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?
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.
That works fine, thanks! ^_^