token.label: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Macros:Special Variables:token.label moved to token.label: Moved to main namespace.)
No edit summary
Line 21: Line 21:
==Related Pages==
==Related Pages==


* [[Macros:Special_Variables:token.gm_name|token.gm_name]]
* [[token.gm_name]]
* [[Macros:Special_Variables:token.name|token.name]]
* [[token.name]]
* [[Macros:Variables:list_of_special_variables|List of Special Variables]]
[[Category:Special Variable]]

Revision as of 13:53, 25 March 2009

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".

Related Pages