Sorry I am a little new to Roll20. I am fluent in Java but not so much in HTML5. I have figured out how to pull information from the character sheet but I am trying to create a macro that changes values on the sheet. This is probably something simple but it just has not presenting itself. After 8 hours of failures I am asking for help. I have a druid and it is unnecessarily cumbersome to keep a character sheet for every form the character can change into. I want to create a macro that alters the STR, DEX, CON, Basic Natural Attacks, and a few abilities by toggling from a list of forms. That way I can select an option (including Base form) and keep everything to one character sheet attached to the same token. Like Java I need to push data as well as pull and hold values and I cannot find any good sources for Roll 20 HTML5 info sights. I also seem to be having difficulty nesting macros which is a pain but that in another issue. I need a macro to Pull a value from the character sheet, Store that value as data to be reused later, Replace the value on the character sheet, and when dismissed Return the value to its original state.