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 (mention command)
Line 5: Line 5:
 
|lastmodified=2017-07-25}}
 
|lastmodified=2017-07-25}}
 
{{stub}}
 
{{stub}}
 +
{{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
 +
<pre style="overflow:auto;white-space:pre-wrap;">!tnn --help</pre>
  
Automatic Numbering of tokens with special placeholder.
 
 
<br clear="all">
 
<br clear="all">
  

Revision as of 20:53, 20 September 2021

API ScriptAuthor: Aaron C. M.
Version: 0.5.12
Last Modified: 2017-07-25
Code: TokenNameNumber
Dependencies: None
Conflicts: None


Main Page: API:Script Index

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


Changelog

v0.5.12 (2017-07-25)


v0.4 (2015-02-24)

  • -


v0.3 (2015-02-14)

  • -


v0.2 (2015-02-01)

  • Release