Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Script:Token Name Number"

From Roll20 Wiki

Jump to: navigation, search
m
m
 
Line 1: Line 1:
 
{{revdate}}{{stub}}
 
{{revdate}}{{stub}}
 
{{main|API:Script Index}}
 
{{main|API:Script Index}}
 
Provides automatic numbering of [[tokens]] dragged onto the tabletop. Token names need to have the special word <code>%%NUMBERED%%</code> somewhere in them.
 
 
{{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
<br>
+
 
 +
==See Also==
 +
* [[Token/API]]
 
[[Category:Tokens]]
 
[[Category:Tokens]]

Latest revision as of 11:45, 4 January 2022


Main Page: API:Script Index

API ScriptAuthor: Aaron C. M.
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

[edit] See Also