Difference between revisions of "Script:Token Name Number"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m |
||
Line 1: | Line 1: | ||
{{revdate}}{{stub}} | {{revdate}}{{stub}} | ||
{{main|API:Script Index}} | {{main|API:Script Index}} | ||
− | |||
− | |||
{{script overview | {{script overview | ||
|name=TokenNameNumber | |name=TokenNameNumber | ||
Line 8: | Line 6: | ||
|version=0.5.14 | |version=0.5.14 | ||
|lastmodified=2021-09}} | |lastmodified=2021-09}} | ||
+ | Provides automatic numbering of [[tokens]] dragged onto the tabletop. Token names need to have the special word <code>%%NUMBERED%%</code> somewhere in them. | ||
+ | |||
displays the help and configuration options | displays the help and configuration options | ||
<pre style="overflow:auto;white-space:pre-wrap;">!tnn --help</pre> | <pre style="overflow:auto;white-space:pre-wrap;">!tnn --help</pre> | ||
Line 15: | Line 15: | ||
* {{fpl|10150191/ TokenNameNumber -- Now with Custom Token Marker Support!}} Sept 2021 | * {{fpl|10150191/ TokenNameNumber -- Now with Custom Token Marker Support!}} Sept 2021 | ||
− | + | ||
+ | ==See Also== | ||
+ | * [[Token/API]] | ||
[[Category:Tokens]] | [[Category:Tokens]] |
Latest revision as of 11:45, 4 January 2022
Page Updated: 2022-01-04 |
This article is a stub. |
Main Page: API:Script Index
API ScriptAuthor: Aaron C. M.
Version: 0.5.14
Last Modified: 2021-09
Code: TokenNameNumber
Dependencies: None
Conflicts: None
Version: 0.5.14
Last Modified: 2021-09
Code: TokenNameNumber
Dependencies: None
Conflicts: None
Provides automatic numbering of tokens dragged onto the tabletop. Token names need to have the special word %%NUMBERED%%
somewhere in them.
displays the help and configuration options
!tnn --help
renumber all selected tokens
!tnn --renumber
- TokenNameNumber -- Now with Custom Token Marker Support!(Forum) Sept 2021