token.name: Difference between revisions

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


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

Revision as of 13:52, 25 March 2009

The variable token.name allows programmatic querying and setting of the token's Name (the first text field in the screenshot of the Edit Token dialog).

Examples

Getting the Token Name

[h:charName=token.name]
Token Name: [charName]

Outputs the value of token.name.

Setting the Token Name

[h:token.name = "Marok the Red"]

Sets the value of token.name to "Marok the Red."

Related Pages