
It would be useful if there was a chat command for performing simple math operations. I have been setting up a generic character sheet for Mutants & Masterminds 3E, and it would be useful if I could have a macro automatically calculate DC's in addition to roll check results. Here is a sample ability: /em strikes with his fist! If hit, resist by toughness. Resist DC: 21 /r d20+@{Fighting}+@{Close Attack Modifier} What would be useful is if instead of entering the DC manually, the ability could calculate it for me simply by adding together one or more entered values and one or more attributes. To accomplish this, as far as I know, a new chat command would be needed such as "/math, /m" for performing simple math operations. The new ability would look like this: /em strikes with his fist! If hit, resist by toughness. /r d20+@{Fighting}+@{Close Attack Modifier} /m 15+@{Strength}+@{Close Damage Rank Modifier} Resist DC This would output like this: J B Smoove strikes with his fist! If hit, resist by toughness. J B Smoove: rolling 1d20+5+3= 22 15+4+2= 21 Resist DC This would simply further the functionality of attributes and make rolling, and updating characters for new attributes even easier.