Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[Script] InspirationTracker

1523948773

Edited 1524995986
Robin
API Scripter
InspirationTracker InspirationTracker keeps track of inspiration and adds a statusmarker to the characters token(s). You can also easily give an inspiration with the command `!inspiration` when you have token(s) selected. Works great with my StatusInfo script. Adding the selected statusmarker manually or through TokenMod will also handle inspiration on the sheet. Commands !inspiration - Gives an inspiration to selected token(s), or shows the config menu when nothing is selected. !inspiration config &nbsp;- Shows the config menu. Config Command - The command uou want to use for this script. Statusmarker - The statusmarker you want to use to show inspiration. Special Effect - If you want to use a special effect when the character gets inspiration. Special Effect Type - The type of the effect you want, see below. Special Effects This comes directly from the Roll20 API wiki: For built-in effects type should be a string and be one of the following:beam-color, bomb-color, breath-color, bubbling-color, burn-color, burst-color, explode-color, glow-color, missile-color, nova-color, splatter-color Where "color" in the above is one of: acid, blood, charm, death, fire, frost, holy, magic, slime, smoke, water For custom effects, type should be the ID of the custfx object for the custom effect. --- Script:&nbsp; <a href="https://github.com/RobinKuiper/Roll20APIScripts/tr" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts/tr</a>... Repository: <a href="https://github.com/RobinKuiper/Roll20APIScripts" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts</a> --- Changelog v0.1.4 - 29-04-2018 Adding the selected statusmarker manually or through TokenMod will now also add an inspiration to the sheet. Added an option to show a special effect when a character gets inspiration. Added a way to toggle Inspiration by using the `!inspiration` command. v0.1.2 - 28-04-2018 Fixed a bug were giving inspiration could cause an error.
1524933554
Robin
API Scripter
Update 0.1.3 Fixed a bug were giving inspiration could cause an error.
1524995967
Robin
API Scripter
v0.1.4 - 29-04-2018 Adding the selected statusmarker manually or through TokenMod will now also add an inspiration to the sheet. Added an option to show a special effect when a character gets inspiration. Added a way to toggle Inspiration by using the `!inspiration` command.