
Warning this is work in progress don't expect it to always work!
OK so this is just for Riley as he expressed an interest in what we are all doing with the API.
This group of scripts is my ground work to building a system to make running a 4th edition D&D game easier for everyone by extending macros, handling status effects and maybe some other stuff down the line.
Rather than post a bunch of Gists I have thrown it up on Github.
https://github.com/pigalot/Roll20-4e-Helper
Update 1:
- Changed over my storage system to use state.
- Added function to access attributes from a character.
- Added Healing and Damage functions (they are aware of the ideas of bloodied, unconscious and dead but only heal does anything with it).