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
 
(4 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.5.12
+
|version=0.5.14
|lastmodified=2017-07-25}}
+
|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.
{{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.
+
  
 
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>
  
<br clear="all">
+
renumber all selected tokens
 +
<pre style="overflow:auto;white-space:pre-wrap;">!tnn --renumber</pre>
 +
 
 +
* {{fpl|10150191/ TokenNameNumber -- Now with Custom Token Marker Support!}} Sept 2021
  
=== Changelog ===
+
==See Also==
{{changelog version|0.5.12|2017-07-25|* - [https://github.com/Roll20/roll20-api-scripts/pull/499 link] }}
+
* [[Token/API]]
{{changelog version|0.4|2015-02-24|* -}}
+
[[Category:Tokens]]
{{changelog version|0.3|2015-02-14|* -}}
+
{{changelog version|0.2|2015-02-01|* Release}}
+

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