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:StatusInfo"

From Roll20 Wiki

Jump to: navigation, search
m
Line 10: Line 10:
  
 
It works nicely together with [https://app.roll20.net/forum/post/4225825/script-update-tokenmod-an-interface-to-adjusting-properties-of-a-token-from-a-macro-or-the-chat-area/?pageforid=4225825#post-4225825 TokenMod] and my own [https://github.com/RobinKuiper/Roll20APIScripts/tree/master/DeathTracker DeathTracker] and [https://github.com/RobinKuiper/Roll20APIScripts/tree/master/InspirationTracker InspirationTracker] scripts.
 
It works nicely together with [https://app.roll20.net/forum/post/4225825/script-update-tokenmod-an-interface-to-adjusting-properties-of-a-token-from-a-macro-or-the-chat-area/?pageforid=4225825#post-4225825 TokenMod] and my own [https://github.com/RobinKuiper/Roll20APIScripts/tree/master/DeathTracker DeathTracker] and [https://github.com/RobinKuiper/Roll20APIScripts/tree/master/InspirationTracker InspirationTracker] scripts.
 +
 +
See screenshots on the code page (right side menu).
  
 
== Commands ==
 
== Commands ==

Revision as of 21:24, 25 April 2018

API ScriptAuthor: Robin Kuiper
Version: 0.3.3
Last Modified: 22-04-2018
Code: StatusInfo
Dependencies: None
Conflicts: None

StatusInfo shows condition descriptions whenever a statusmarker is set or when the command `!condition` is used, eg: `!condition prone`. It is fully customizable with extra conditions, and has the ability to add/remove/toggle abilities on tokens.

It works nicely together with TokenMod and my own DeathTracker and InspirationTracker scripts.

See screenshots on the code page (right side menu).

Commands

Command Description
 !condition Shows the condition menu, where you can easily toggle conditions on selected token(s). If you have (a) token(s) selected when you use this command it will show the current conditions.
 !condition config Shows the config menu
 !condition [condition name] Shows the description of the condition entered.
 !condition add [condition name] Adds the condition(s) given to the selected token(s), eg. `!condition add prone paralyzed`.
 !condition remove [condition name] Removes the condition(s) given from the selected token(s).
 !condition toggle [condition name] Toggles the condition(s) given from the selected token(s).
 !condition config export Exports the config (with conditions), also possible through the config menu.
 !condition config import [Exported Content] Imports the config (with conditions), also possible through the config menu.

Installation and Configuration

Copy the script's code, available from the menu on the right. Paste the code into a new script in your campaign's API Script Editor. Save the new script and it will be available inside your campaign.

Changelog

v0.3.3 (22-04-2018)

  • Create/edit conditions
  • Add/remove/toggle conditions on tokens
  • Import/Export configuration