
I'd like to create a simple X number of d6 macro that formats into a template but I'd like it to show the number of dice rolled based on the dice query along with the result. I can't seem to figure out how to do this. Something like below only displays the result but doesn't tell me how many dice were rolled. If I ask a player for a roll I'd like to be able to see if they entered the wrong number by mistake. (That was 4d6 not 1d6). &{template:default} {{name=Rolls 1d6}} {{Result=[[?{number?|1}d6]]}} Any way to do this?