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

Script:Token Lock

From Roll20 Wiki

Revision as of 14:31, 19 February 2021 by Andreas J. (Talk | contribs)

Jump to: navigation, search
API ScriptAuthor: Aaron C. M.
Version: 0.2.8
Last Modified: 2020-05-21
Code: TokenLock
Dependencies: IsGM
Conflicts: None

TokenLock allows the GM to selectively prevent players from moving their tokens.

Determination of player tokens is based on whether that token has an entry in the controlled by-field of either the token or the character it represents(this is due to change:graphic-events to not specify who changed the graphic).

If controlled by is empty, the GM can freely move the token at any point. If there is any entry in controlled by, the token can only be moved when TokenLock is unlocked.

Moving of player-controlled Cards is still permissible.

Commands

!tl Executing the command with no arguments prints this help.
The following arguments may be supplied in order to change the configuration. All changes are persisted between script restarts.
lock -- Locks the player tokens to prevent moving them.
    • unlock -- Unlocks the player tokens allowing them to be moved.
!tl-config [<Options>|--help] Swaps the selected Tokens for their counterparts on the other layer.
--help -- Shows the Help screen.
--toggle-allowmoveonturn -- Sets whether tokens can be moved if they are at the top of the turn order.


Changelog

v0.2.8 (2020-05-21)


v0.11-0.2.7 (2015-2020)

  • several updates


v0.11 (2015-02-01)

  • Release