Page 1 of 1

What's the way to put odd symbols in dialogue (ie %)?

Posted: Sun Jul 22, 2012 12:12 am
by nanogray
Like [ or % as only dialogue and not coding? It has to be the symbols. o-o

Re: What's the way to put odd symbols in dialogue (ie %)?

Posted: Sun Jul 22, 2012 12:25 am
by cracklings
Put in a backslash before the symbol.

For example:

Code: Select all

character1 "Player gets 100\%."
It's been working that way for me for symbols I use by typing the shift+number, but I'm not sure it will work for special characters (because I haven't tried).