I'm wondering if there is a way to write a macro to click a button on a character sheet? And, failing that, if there is a script that will allow you to do it? For context, I've been messing around with the Conan 2d20 sheet and I'm trying to figure out a way to speed up combat by eliminating the need for the players to look at their character sheets at all. Rolls are easy by utilizing the macro and or ability bars. But "Vigor" (hit points) is tracked in what seems to me to be an overly complicated way on the sheet. Essentially, your total Vigor is expressed by a number of black "X's" in an equal number of boxes. Above the boxes are "-" and "+" buttons. When you click the minus button, this subtracts one Vigor, which turns one black "X" to a red "X." Clicking the plus button does the opposite. This is accomplished, as far as I can tell, through toggles. Each box has two attributes: one for the black "X," and one for the red "X." Clicking the plus and minus buttons toggles one attribute "on" and the other "off" (or vice versa) for the next most box. So, again, I'd like to create a macro for thos plus and minus buttons. I will also then create a Vigor attribute on each character sheet expressed as a number, and append said macro with a ChatSetAttr command that adds or subtracts from this number, allowing Vigor to be expressed as a number on one of the token bars. I COULD just do this anyway and ignore all the checkboxes but... what fun is that? lol