Good afternoon! I should have devoted far more time to this, but crunch time it is... I'm looking to make a macro, shown on the action bar, that rolls out 7 attacks. I've got a second die roll, but am messing something up. I only want the second roll if the first d20 is 19+ This is what I've entered based on a few examples I've read: KI: [[1d20cs>19 + 25]](![[1d20 + 25]]!) HA: [[1d20cs>19 + 29]](![[1d20 + 29]]!) F1: [[1d20cs>19 + 29]](![[1d20 + 29]]!) F2: [[1d20cs>19 + 29]](![[1d20 + 29]]!) F3: [[1d20cs>19 + 29]](![[1d20 + 29]]!) F4: [[1d20cs>19 + 24]](![[1d20 + 24]]!) F5: [[1d20cs>19 + 19]](![[1d20 + 19]]!) It comes out looking like this; It's ignoring my desire for for a second roll ONLY if the first is over 19 on the die. It would be great if I could get it pretty and condensed like this; But the sheet itself is giving me inexplicably huge issues at the moment, won't let me have it make multiple attacks, and won't let me play them out as buttons in the action bar which is very inconvenient and I don't have time to address at the moment. (sigh) Eventually, perhaps. Anyway - any idea on how to prevent the erroneous second roll when the base number isn't high enough? Huge thanks ahead of time!