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 Mod"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "{{script overview |name=TokenMod |author={{user profile|104025|Aaron C. M.}} |version=0.7 |dependencies={{api repository link|IsGM}} |lastmodified=2015-02-22}} {{stub}} An in...")
 
m (update to 8.57)
(5 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|name=TokenMod
 
|name=TokenMod
 
|author={{user profile|104025|Aaron C. M.}}
 
|author={{user profile|104025|Aaron C. M.}}
|version=0.7
+
|version=0.8.57
 
|dependencies={{api repository link|IsGM}}
 
|dependencies={{api repository link|IsGM}}
|lastmodified=2015-02-22}}
+
|lastmodified=2020-06-10}}
{{stub}}
+
  
An interface to adjusting properties of a token from a macro or the chat area.
+
The Aaron's TokenMod API Script.
<br clear="all">
+
  
=== Changelog ===
+
TokenMod provides an interface to setting almost all settable properties of a token.
{{changelog version|0.7|2015-02-22|* -}}
+
 
{{changelog version|0.6|2015-02-20|* -}}
+
'''Commands:''' <code><nowiki>!token-mod <--help|--ignore-selected|--config|--on|--off|--flip|--set> <parameter> [<parameter> ...] ... [ --ids <token id> [<token id> ...]]</nowiki></code>
{{changelog version|0.54|2015-02-01|* Release}}
+
 
 +
Full User documnetation can be found in the API Script dropdown menu when the script is selected.
 +
 
 +
The latest version can be found here: [https://github.com/shdwjk/Roll20API/tree/master/TokenMod GitHub link]
 +
<br>
 +
[[Category:User API Scripts]]

Revision as of 14:16, 17 June 2020

API ScriptAuthor: Aaron C. M.
Version: 0.8.57
Last Modified: 2020-06-10
Code: TokenMod
Dependencies: IsGM
Conflicts: None

The Aaron's TokenMod API Script.

TokenMod provides an interface to setting almost all settable properties of a token.

Commands: !token-mod <--help|--ignore-selected|--config|--on|--off|--flip|--set> <parameter> [<parameter> ...] ... [ --ids <token id> [<token id> ...]]

Full User documnetation can be found in the API Script dropdown menu when the script is selected.

The latest version can be found here: GitHub link