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

From Roll20 Wiki

Jump to: navigation, search
m
m (forum link)
Line 13: Line 13:
  
 
Moving of player-controlled [[Cards]] is still permissible.
 
Moving of player-controlled [[Cards]] is still permissible.
 +
 +
* {{fpl|1033747/ TokenLock Script}} - use and examples
  
 
==Commands==
 
==Commands==
Line 34: Line 36:
 
* '''{{fpl|2948292/ DryErase}}''' – An API that can stop players from [[Drawing Tool|drawing]] on the map, deleting any drawing instantly.
 
* '''{{fpl|2948292/ DryErase}}''' – An API that can stop players from [[Drawing Tool|drawing]] on the map, deleting any drawing instantly.
 
<br>
 
<br>
<br
+
<br>

Revision as of 19:35, 4 April 2021

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


See Also