
I would like to set up a macro that displays my AC, Touch AC, and Flatfooted AC.
These values are dynamic, implying that Dexterity, which is a variable value may influence the 3 AC values.
For example, if my characters gets dex damage from a poison, I would want to be able to click "Show AC" macro and have all 3 values updated.
Notice how these don't involve a roll of any kind, yet they require adding/substracting of values.
A temporary solution is to add 1d1-1 but that shows the math done and would be appreciated by the DM to be able to check out the math, but the 1d1-1 clutters up the next, needlessly.
Just add a command of = like "=10+@Armor Value+@Dexterity+@Ring of Protection +1" and we are good.