Hi all, this has been something i have been working on but hit a dead end and have no idea if this is actually possible or not but here goes. We are currently playing a game where a player needs to roll 3d6 and pass a set target number which is noted as attr_TargetNumber. I have coded up a way to get the roll to mark success but in addition, if there is a double a certain dice number is needed which is where i hit a deadend. What i want is for the macro to output this alongside success or fail. I am currently using: /r {(2d6)+(d6)}>@{attr_TargetNumber} The dice i need if any 3 dice are doubles is the last d6. The double can be from any dice of the three dice. TIA