So far I haven't come across an answer for this. I'm looking to make a macro that rolls dice and then outputs a success/fail message. I've figured out this: /em @{selected|token_name} rolls for Dodge ( @{selected|AG} AG) /roll 1d6 + @{selected|AG}>{6} But I don't know how to include a text message if the die result (plus modifier) is over 6. If the total is over 6, I would like to display "Success!". If the roll total is under 6, I would like to display text "Fail!".