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

From Roll20 Wiki

Jump to: navigation, search
(Created page with "{{script overview |name=Concentration |author={{user profile|1226016|Robin Kuiper}} |version=0.1.5 |lastmodified=22-04-2018 |code=Concentration}} Concentration keeps track of...")
 
m
 
(One intermediate revision by one user not shown)
Line 8: Line 8:
 
Concentration keeps track of characters concentration, and reminds to do a concentration check.
 
Concentration keeps track of characters concentration, and reminds to do a concentration check.
  
If you use the 5e OGL character sheet, it can also automaticly add the concentrating marker when a concentrating spell is cast.
+
If you use the '''[[D&D 5E by Roll20]]''' character sheet, it can also automaticly add the concentrating marker when a concentrating spell is cast.
 +
 
 +
See screenshots on the code page (right side menu).
  
 
== Commands ==
 
== Commands ==

Latest revision as of 21:30, 16 April 2020

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

Concentration keeps track of characters concentration, and reminds to do a concentration check.

If you use the D&D 5E by Roll20 character sheet, it can also automaticly add the concentrating marker when a concentrating spell is cast.

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

[edit] Commands

Command Description
 !concentration Shows the config menu.

[edit] 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.

[edit] Changelog

v0.1.5 (22-04-2018)

  • Automaticly set concentration marker on concentration spell cast.