Strange button woes-- using [ and ] in dialogue? [SOLVED]
Posted: Sat Feb 06, 2016 6:14 pm
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:
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]?
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!"