Page 1 of 1

Strange button woes-- using [ and ] in dialogue? [SOLVED]

Posted: Sat Feb 06, 2016 6:14 pm
by Keryee
This is probably an incredibly stupid question, so I'm really sorry! But... how exactly does one go about convincing ren'py to read square brackets as dialogue?

For example, the piece of code below would create an error:

Code: Select all

    m "Hello!"
    m "These are [SQUARE BRACKETS] that I don't know how to use!"
Is there some way to use square brackets without having them attempt to fulfil whatever coding purpose they already have? Or is it best to just give up on my poor [SQUARE BRACKETS]?

Re: Strange button woes-- using [ and ] in dialogue?

Posted: Sat Feb 06, 2016 6:52 pm
by Alex

Re: Strange button woes-- using [ and ] in dialogue?

Posted: Sat Feb 06, 2016 7:57 pm
by Keryee
Ah! Thank you very much. I really appreciate it!