Is there a way to display the dice rolls individually, I dont need the dice added up? I have seen this question around, but I can't find an answer. I found a workaround, by making this. <button type="roll" name="roll_attack" value="&{template:custom} {{title=Basic Attack}} {{Roll:=?{Attack Stat| 1, [[1d4]]| 2, [[1d4]] [[1d4]]| 3, [[1d4]] [[1d4]] [[1d4]]| 4, [[1d4]] [[1d4]] [[1d4]] [[1d4]]| 5, [[1d4]] [[1d4]] [[1d4]] [[1d4]] [[1d4]]}}}></button> But I would realy like it to work directly, by referancing the attribute. <button type="roll" name="roll_brawn" value="&{template:custom} {{title=Brawn}} {{Roll=[[@{Brawn}d4]]}}"></button> Thanks