I am looking to add some excitement to natural 20 and natural 1 rolls. Obviously with a ability check roll of natural 20 equals best possible outcome and a natural 1 roll equals worst possible outcome. I know the chat box will show a 20 roll as a green box and a 1 roll as a red box but I am looking to add something to the bottom of the macro to really distinguish a nat 1 or nat 20. As far as I can tell if/else statements don't exist because the macros aren't a true programming language but I feel like there has to be something. Take the below example macro of a basic attack for a toon named Tom. He rolls 1d20 adds whatever modifiers and the result is shown below. This is simple enough Tom's Attack Macro /roll 1d20+modifiers show roll result Now if I could add something to the bottom of the macro like the example if statement I would be set. If 1d20 roll = 20 then print "Tom succeeds in his attempt", if 1d20 roll = 1 then print "Tom fails in his attempt", if anything else end macro and display nothing beyond the roll results