
I have the following: &{template:pc} {{name=Main Hand Attack}} {{attack=1}} {{roll=[[1d20cs18 + (?{Flank?|No,0|Yes,1} * 2) + @{BAB} - 2 + @{dexterity_bonus}]]}} {{critconfirm=[[1d20 + (?{Flank?|No,0|Yes,1} * 2) + @{BAB} - 2 + @{dexterity_bonus}]]}} {{type=attack}} {{rolldmg1=[[1d6 + @{dexterity_bonus}]]}} I'm trying to get the damage to display and no editing has allowed that to show. I have a simplified version of: &{template:pc} {{name=Main Hand Attack}} {{attack=1}} {{roll=[[1d20]]}} {{critconfirm=[[1d20]]}} {{type=attack}} {{atkvs=Melee vs AC}} {{dmg1flag=1}} {{dmg1=[[1d6]]}} {{dmg1type=Piercing}} {{dmg1crit=[[2d6]]}} Just trying to get the display to work and it just won't display. Any help would be appreciated.