In a 4e character sheet, under the powers tab, a power will only roll the first die in the command with the 3d die (It WILL roll both die in the chat box, I'm talking about the 3d die that appear on your screen). for example: (if power 6 die is a d6) Attack : [[1d20+@{power-6-attack}]] vs @{power-6-def} Hit: [[(1*@{power-6-weapon-num-dice})d@{power-6-weapon-dice}+@{power-6-damage}]] Damage ^This will only roll a d20, instead of a roll20 and a d6, which is what it's supposed to do. To test this, I tried switching the lines like this: Hit: [[(1*@{power-6-weapon-num-dice})d@{power-6-weapon-dice}+@{power-6-damage}]] Damage Attack : [[1d20+@{power-6-attack}]] vs @{power-6-def} And that time it only rolled a d6. Idk if this is a bug or it's supposed to happen, but either way I'm wondering if there is a way to make both die appear.