token.name: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page Token.name to token.name: Converting page titles to lowercase) |
No edit summary |
||
Line 6: | Line 6: | ||
===Getting the Token Name=== | ===Getting the Token Name=== | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h:charName=token.name] | [h:charName=token.name] | ||
Token Name: [charName] | Token Name: [charName] | ||
</ | </syntaxhighlight> | ||
Outputs the value of ''token.name''. | Outputs the value of ''token.name''. | ||
===Setting the Token Name=== | ===Setting the Token Name=== | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h:token.name = "Marok the Red"] | [h:token.name = "Marok the Red"] | ||
</ | </syntaxhighlight> | ||
Sets the value of ''token.name'' to "Marok the Red." | Sets the value of ''token.name'' to "Marok the Red." |
Revision as of 17:06, 14 March 2023
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."