I'm attempting to develop a gimmick style that rolls a critical success on an attack roll when rolling a natural 1, but as it stands, the number turns blue. Normally, this would not be a problem, but this is a macro made from scratch so I need to make roll names into buttons. When I code a macro, I include rname= to set a label, and naturally I also include rnamec= to include a second label when a critical hit is scored. However, when blue, I have no coded name, and I don't know what name to use. So the question is: Is there a roll name type for blue rolls (both critical success and failure)? I've attempted rnamee= for equals and rnameb= for both, as examples.