Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Roll macro that says if attack hits but obscures die result except by mouseover

With the 5e shield spell and open attack rolls it's easy to figure out if the shield spell will block the hit or not by subtracting 5. If you didn't know the actual attack total the player than has to decide if to cast the shield spell or not. Is there a roll macro that will say if the attack hit (comparing playing AC to attack roll) but not reveal the attack result unless you mouseover it. I don't want to use gmroll because I can't ever show the players the result.
1618718388
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
You can display the success instead of the roll: [[1d20>?{input target number}]] Successes or if you want to input modifiers: [[{1d20+?{Input Bonus}}>?{input target number}]] Successes This will report 0 or 1 successes against the target number