Difference between revisions of "Script:Token Mod"
From Roll20 Wiki
(Removed this outdated page in the interest of directing people to up to date sources.) |
Andreas J. (Talk | contribs) m (update link) |
||
Line 1: | Line 1: | ||
− | + | 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