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
(Removed this outdated page in the interest of directing people to up to date sources.)
m (update to 8.57)
(One intermediate revision by one user not shown)
Line 1: Line 1:
This page was massively outdated. In the interest of getting you the latest version, you can grab it from the 1-click install in the API Scripts section, or from my personal repo at https://github.com/shdwjk/Roll20API/TokenMod/TokenMod.js
+
{{script overview
 +
|name=TokenMod
 +
|author={{user profile|104025|Aaron C. M.}}
 +
|version=0.8.57
 +
|dependencies={{api repository link|IsGM}}
 +
|lastmodified=2020-06-10}}
 +
 
 +
The Aaron's TokenMod API Script.
 +
 
 +
TokenMod provides an interface to setting almost all settable properties of a token.
 +
 
 +
'''Commands:''' <code><nowiki>!token-mod <--help|--ignore-selected|--config|--on|--off|--flip|--set> <parameter> [<parameter> ...] ... [ --ids <token id> [<token id> ...]]</nowiki></code>
 +
 
 +
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