token.label

From RPTools Wiki
Revision as of 17:19, 22 December 2008 by Cclouser (talk | contribs) (New page: The variable ''token.label'' allows programmatic querying and setting of the token's Label (the third text field in the screenshot of the Edit Token dialog). [[Imag...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The variable token.label allows programmatic querying and setting of the token's Label (the third text field in the screenshot of the Edit Token dialog).

Examples

Getting the Token Label

Token Name: [token.label]

Outputs the value of token.label.

Setting the Token Label

[h:token.label = "Random Passerby"]

Sets the value of token.label to "Random Passerby".