
As the title states, I'm wondering if you can use the Success Macro function to store and use as a variable in a single macro roll. For example: [[1d100>[[100-((@{acc}+(10*?{wadv?|0}))-@{target|avoid})]]]] This function above checks to see if your attack hit, with other variables to determine it. I'm wondering if you can use this success binary value 0 or 1 to track and compare against other functions. Specifically for rolling for damage if the function above results in a 1, and skipping the damage roll if it's a 0. 1d100>[[100-(@{critc}-@{target|cavoid})]] This function checks for a critical strike, I'm not 100% sure how to use the "ifwascrit" function in part of the Template, or even if it's a default function. Either way, this check will use a binary value to add your critical strike multiplier to damage if it were a critical.