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. Strength: [[1d20+@{strength_mod}]]>?{Difficulty Class|8} This is what I'm working with so far, but it returns an unsatisfactory response in chat when rolled. Stength: <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 >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.