Skip to main content

String Customization

Strings can be customized to help specific characters stand out.

String customization applies to both BLANG files and idGuiEntity_Text entities.

Available Colors

Start with ^ then a character from the list below, then end with ^7
Ex: "^5sample text^7" (without quotations) This will make the text teal.

^ -   Gold
^ -   Light Blue
^ -   Green Yellow
^ -   Orange
^ -   White
^ -   Black
^ -   Red
^ -   Green
^ -   Yellow
^ -   Blue
^ -   Teal
^ -   PinkPurple
^ -   White
^ -   Gray
^ -   Black

In general, helpful tips are colored teal, dangerous threats are colored red.

Spacing

\ -   New Line
\t    -  Tab

Examples

^2Green Yellow^ ->   Green Yellow
^1Red^7 ^aGold^ ->   Red Gold
^1R^7^da^7^3i^7^2n^7^5b^7^bo^7^6w^ ->   Rainbow
This is a ^5sample^7 tip tip  ->   This is a sample tip
First line\nSecond line line  ->   First line
                                                                                             Second line
Sample\tText tText  ->   Sample    Sample     Text

Up to 9 separate color identifiers can be present in one string line.
Any additional colorization will cause some to be ignored.

See Also