So, I am not using any character sheets, since I do my own home-made rpg system and dice rolling mechanics. I have gotten some wonderful help so far, and I was thinking about something new: Can I have a macro roll my attack from the custom abilities in the roll20 sheets, and then give you a clickable button or text or something, to also roll damage? So far, I have a macro that rolls both at once, but since my players should be able to take reactions after attacks, but before damage, I want damage to not be visible right away. I know one simple solution is to make a macro for attack and one for damage each, but I just wanted to check if this was somehow doable? So far, this is how the macro looks: You brawl, with an attack roll of [[(@{selected|dicepool}+@{selected|attackbonus}-@{selected|attackpenalty})]] and dealing [[floor(@{selected|strength}*2d6/100*@{selected|damagebonus})]] damage. You use 3 Energy in the attack.