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 .
×

Pathfinder 1e roll against Difficulty Class

1668791111

Edited 1668791167
Looking to put together a macro to live in the 'notes' of one of my character's traits that checks success or failure against a pre-determind DC.&nbsp; Strength: [[1d20+@{strength_mod}]]&gt;?{Difficulty Class|8} This is what I'm working with so far, but it returns an unsatisfactory response in chat when rolled. Stength:&nbsp; <span class="inlinerollresult showtip tipsy-n-right" original-title=" Rolling 1d20+1 = ( 7 )+1" style="background-color: rgb(221, 221, 221); color: rgb(24, 44, 74); border: none; padding: 2px; font-weight: bold; cursor: help; font-size: 1.25em; font-family: sans-serif; font-style: italic;">8 &gt;8 Ideally, I'd like to see that the check against the DC returns either a success or failure response. Not even sure if that's possible. I feel like I'm 95% of the way to what I'm looking for, but I'm stumbling at the finish line. Any help would be greatly appreciated.
1668829374
timmaugh
Roll20 Production Team
API Scripter
You can get a 1 as a success and a 0 as a failure if you structure it as: [[{1d20+@{strength_mod}}&gt;?{Difficulty Class|8}]]