- Joined
- Apr 8, 2015
- Messages
- 191
- Reaction score
- 46
- First Language
- swe
- Primarily Uses
- RMMV
Trying to use some variables stitched together to form a sentence here and I cant find a way for the variable to display correctly when displayed in a text message.
Here is the code
So it displays as I want when showing this variable via for example OrangeHUDvariablelines as A HUD item.
So it comes out like this, with color codes and looking great:

But when displaying this in a text dialogue using \v[81] it ignores the color codes like this

Any suggestions?
sum:How can I display this variable in a text box without it ignoring the color codes?
Here is the code
Code:
$gameVariables.setValue(81, "" + $gameVariables.value(93) + ": \\c[3]+\\c[0] " + $gameVariables.value(61) + " \\c[10]Ruby");
So it comes out like this, with color codes and looking great:

But when displaying this in a text dialogue using \v[81] it ignores the color codes like this

Any suggestions?
sum:How can I display this variable in a text box without it ignoring the color codes?

