Hey,
My XML file contains dialogue conversations and I want to add rich text values in here.
Example:
However, XML + Rich Text don’t go well together, so adding these values won’t do.
Any ideas on a convenient work-around to make this work?
Cheers
In XML you will need to use the <color=red> notation. See if that works.
1 Like
Yes, it works! This have bugged me for a long time, cheers!
Personally, I hate having to use < and > as it makes the text even harder to read but the < and > are reserved in XML so, we don’t have any other choices.
1 Like
Yikes, indeed it gets messy. I’ll have to look for other alternatives for my next project lol.