- Joined
- Apr 7, 2019
- Messages
- 21
- Reaction score
- 10
- First Language
- English
- Primarily Uses
- RMMV
I'm using a variable to store text that is displayed as one of the choices for "Show Choices"
I noticed that you can put in text color commands like #1: \c[2]Who are you?\c[0]
So what I'm doing is putting this in a control variable. So I'm putting "\c[2]Who are you?\c[0]" within a control variable... say \v[1]
then putting that variable as one of the choices in the choice box, eg:
#2: \v[1]
The problem with this is that it displays the total string of characters \c[2]Who are you?\c[0] rather than implementing the color change. Is there any way to change this to implement the color change? Thanks.
I noticed that you can put in text color commands like #1: \c[2]Who are you?\c[0]
So what I'm doing is putting this in a control variable. So I'm putting "\c[2]Who are you?\c[0]" within a control variable... say \v[1]
then putting that variable as one of the choices in the choice box, eg:
#2: \v[1]
The problem with this is that it displays the total string of characters \c[2]Who are you?\c[0] rather than implementing the color change. Is there any way to change this to implement the color change? Thanks.
