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
(tagged as "discontinued API")
m
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{{revdate}}{{stub}}
 +
{{main|API:Script Index}}
 
{{script overview
 
{{script overview
 
|name=TokenNameNumber
 
|name=TokenNameNumber
 
|author={{user profile|104025|Aaron C. M.}}
 
|author={{user profile|104025|Aaron C. M.}}
|version=0.4
+
|version=0.5.14
|lastmodified=2015-02-24}}
+
|lastmodified=2021-09}}
{{stub}}
+
Provides automatic numbering of [[tokens]] dragged onto the tabletop. Token names need to have the special word <code>%%NUMBERED%%</code> somewhere in them.
  
Automatic Numbering of tokens with special placeholder.
+
displays the help and configuration options
<br clear="all">
+
<pre style="overflow:auto;white-space:pre-wrap;">!tnn --help</pre>
  
=== Changelog ===
+
renumber all selected tokens
{{changelog version|0.4|2015-02-24|* -}}
+
<pre style="overflow:auto;white-space:pre-wrap;">!tnn --renumber</pre>
{{changelog version|0.3|2015-02-14|* -}}
+
 
{{changelog version|0.2|2015-02-01|* Release}}
+
* {{fpl|10150191/ TokenNameNumber -- Now with Custom Token Marker Support!}} Sept 2021
[[Category:Discontinued API Scripts]]
+
 
 +
==See Also==
 +
* [[Token/API]]
 +
[[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