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  - 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:  <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.