Perhaps this was already answered somewhere, but I'm drowning in the forums. Is there a macro syntax that will add together how many dice a player rolls, but simply display that instead of actually rolling? In my character sheets, I list "xd6" as a value in the attributes section rather than just "x" and put d6 in the macros. EXAMPLE: Here is my macro syntax for a token rolling an acrobatics test (using no particular system, just adding d6s) [[{1d6+@{selected|Dexterity}+@{selected|Acrobatics}+?{Extra Dice}d6}kh1]] In this example, the character has "2d6" in their Dexterity attribute and "1d6" in their Acrobatics attribute, and input a value of 1 for "Extra Dice. This rolls 5d6 and keep the highest die as an inline roll. However, I additionally want syntax that would say "so and so rolled a total of 5d6" Is that possible within the same macro? I know hovering over it would show it but I want this text displayed in chat. This game is for kids so I want them to see how many dice they rolled at a glance.