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 link)
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
+
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 18:46, 2 May 2020

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