Contents |
Sets the Halo color of a Token.
setHalo(color)
setHalo(color, id)
Parameters
color - The color to set the Halo to, valid values are:
"Black"
"Green"
"Yellow"
"Orange"
"Red"
"Cyan"
"Magenta"
"White"
"#RRGGBB"
"None"
id - The token id of the token that has its Halo set by this function. Note: This parameter can only be used in a Trusted Macro.
To remove the Halo from the Current Token.
[h: setHalo("None")]To set the Halo for the Current Token to red.
[h: setHalo("Red")]To set the Halo from the Current Token to a custom color
[h: setHalo("#33AAFF")]id parameter option.