Change Text/Font color?
Buddywarrior
Member Posts: 62
Is there one built in with EE now, and if not could somebody recommend one?
They used to look like.
SendMessageToPC(oPC, "<LimeGreen>Your pants are on fire.<^c>");
* Is there a way to just search Builders- Scripting? I cant find it if there is.
They used to look like.
SendMessageToPC(oPC, "<LimeGreen>Your pants are on fire.<^c>");
* Is there a way to just search Builders- Scripting? I cant find it if there is.
0
Comments
For searching, I'd search for that closing tag '</c>' but maybe you'd find more searching for something like '<cþ >'.
The built in way is:
Another way to do it is through custom tokens. This works well in conversations. Set these in OnModuleLoad:
Then of course, you can do it the way you mentioned. Make an include script that defines the colors: I'll let you figure out how to set the colors.
Here are all the symbols used in x3_inc_string going from lowest to highest:
fw®°Ìþþþ
As you can see though, there's a bunch of other symbols that can be used. Maybe I'll look up and see if there's a reference somewhere if I have time.
<c† >Text to be made brown</c>
TR
This should be enough code to help you make a custom function for that purpose...
Hope that was helpful. ^.^
TR