getHalo

From RPTools Wiki
Revision as of 21:20, 1 December 2008 by Craig (talk | contribs) (New page: ==Function getHalo== Gets the value of the specified Token:halo for the Token:token. The value returned is a string that represents the hexadecimal value of the color of the halo...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function getHalo

Gets the value of the specified halo for the token. The value returned is a string that represents the hexadecimal value of the color of the halo in the format #RRGGBB or "None" if there is no [[Token:halo|].

Usage

[h: color = getHalo()]

Examples

The following example will display the text "Halo Color Text" in the color of the token's halo.

<span style="color:[r: getHalo()]">Halo Color Text</span>