Hey guys,
So I thought this is going to be one of those simple things and obvious things where I'd search over Google or in the forums and I'd find it. Unfortunately, I was surprised to find out that there is not a single piece of information that helps you format a text you set using events.
All what I want to do is color a few words in a text I am setting as a conversation for an NPC.
Here is an example:
"Hi, Bob, let's go to the mall?"
So I do an Event like below:
Keyboard on Key Released (Space): Set Conversation Text to "Hi, Bob, let's go to the mall?"
Now what I need to do is through that Set Text action to color "mall" or "Bob" for example in red or blue.
Is there a way to do that?