/em @{selected|token_name} ATTACKS [[(?{Combat Skill|Melee,@{selected|melee_combat}|Melee Weapon,@{selected|melee_weapons}|Ranged Weapons,@{selected|ranged_weapons}}+@{selected|agility}-@{selected|wound}-@{selected|GP}+?{+Modifier|0|1|2|3|4|5|6|7|8|9|10}-?{-Modifier|0|1|2|3|4|5|6|7|8|9|10}+(d6))]] The above macro works as is. It adds a d6 to the players skill and attribute total. I'm wanting to add an option to select between rolling a d6 or d12. Tried this but nothing happens: +(?{Dice Type|D6,d6|D12,d12}}))]]