setHalo

From RPTools Wiki
Revision as of 13:50, 13 December 2008 by Craig (talk | contribs) (New page: ==Function setHalo== Sets the Token:Halo color of the Token:Current Token. The valid values for this function are * Black * Green * Yellow * Orange * Red * Cyan * Magenta * White...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function setHalo

Sets the Halo color of the Current Token. The valid values for this function are

  • Black
  • Green
  • Yellow
  • Orange
  • Red
  • Cyan
  • Magenta
  • White
  • A hexadecimal string in the format #rrggbb.
  • None

Usage

[h: setHalo(color)]

Examples

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")]