
I'd like help with a macro or a set of macros; whichever gets me the end result that I'd like. First a little background, we are playing D&D Next and my GM just started using the Next-specific character sheets. Before that, I had a macro for everything; I even made reference macros. As you can imagine, it was a bit of work to set up, but once it was set up, all I had to do was change six or seven things when I leveled up. Anywho, I have a moderate understanding of macros, but it's not advanced. I'd like to be able to just change the value of a variable (exempli gratia, increasing the value of an Attribute by clicking on the arrow) on the character sheet tab, without having to go into the attributes/abilities tab (I will change them there if there is no other way, but I'd like to avoid that) and the macros on the bar would need no changes. I think the attack macro would look something like this: "[[d20 + @Dex_Mod [Dexterity Mod] + @Pro_Bonus [Proficiency Bonus] ]]" However, I do not know the @Abc for the actual modifier box variable on the character sheet. Bells and whistles I'd like: -Advantage and disadvantage -If there is a critical hit, I want it to add the damage for me -Crit span of 19-20 and a failure span 1-2 (The weapon that I am using was a campaign-specific weapon that the DM created). Any help that anyone could give me on this would be appreciated. If you don't know how to resolve the entire thing, that is fine. I will continue to attempt to piece it together. Also, if you do happen to solve the problem, an explanation as if I am five years old would be perfect. Thanks, in advance.