# String Customization

<p class="callout info">Strings can be customized to help specific characters stand out.</p>

<p class="callout success">String customization applies to both **BLANG** files and **idGuiEntity\_Text** entities.</p>

### Available Colors

<p class="callout info">Start with ^ then a character from the list below, then end with ^7   
Ex: "^5sample text^7" (without quotations) This will make the text <span style="color: #00ffff;">**teal**</span>.</p>

^a - <span style="color: #ffcc00;">**Gold**</span>  
^b - <span style="color: #00ccff;">**Light Blue**</span>  
^c - <span style="color: #99cc00;">**Green Yellow**</span>  
^d - <span style="color: #ff6600;">**Orange** </span>^z - <span style="color: #ffffff; background-color: #333333;">**White**</span>  
^0 - <span style="color: #000000; background-color: #ffffff;">**Black**</span>  
^1 - <span style="color: #ff0000;">**Red**</span>  
^2 - <span style="color: #00ff00;">**Green**</span>  
^3 - <span style="color: #ffff00; background-color: #333333;">**Yellow**</span>  
^4 - <span style="color: #0000ff; background-color: #ffffff;">**Blue**</span>  
^5 - <span style="color: #00ffff;">**Teal**</span>  
^6 - **<span style="color: #ff00ff;">Purple</span>**  
^7 - <span style="color: #ffffff; background-color: #333333;">**White**</span>  
^8 - <span style="color: #808080;">**Gray**</span>  
^9 - <span style="color: #000000; background-color: #ffffff;">**Black**</span>

<p class="callout info">In general, helpful tips are colored <span style="color: #00ffff;">**teal**</span>, dangerous threats are colored <span style="color: #ff0000;">**red**</span>.</p>

#### Spacing

\\n - New Line  
\\t - Tab

#### Examples

^2Green Yellow^7 -&gt; <span style="color: #99cc00;">**Green Yellow**</span>  
^1Red^7 ^aGold^7 -&gt; **<span style="color: #ff0000;">Red</span> <span style="color: #ffcc00;">Gold  
</span>**^1R^7^da^7^3i^7^2n^7^5b^7^bo^7^6w^7 -&gt; **<span style="color: #ff0000;">R</span><span style="color: #ff6600;">a</span><span style="color: #ffff00;">i</span><span style="color: #00ff00;">n</span><span style="color: #00ffff;">b</span><span style="color: #00ccff;">o</span><span style="color: #ff00ff;">w</span><span style="color: #ffcc00;">  
</span>**This is a ^5sample^7 tip -&gt; **This is a <span style="color: #00ffff;">sample</span> tip** First line\\nSecond line -&gt; **First line**  
 **Second line** Sample\\tText -&gt; **Sample Text**

<p class="callout warning">**Up to 9 separate color identifiers can be present in one string line.   
Any additional colorization will cause some to be ignored.**</p>

### **See Also**

- [idGuiEntity\_Text](https://wiki.eternalmods.com/books/entities-custom-encounters/page/idguientity-text)