Hi guys, First time posting here and am delving into the wonderful world of Macros. I am trying to add a query to a weapon roll macro that adds Rage. The query is ?{Rage?|Yes,2|No,0} I am inserting it into the standard code that comes out when you press the weapon attack roll button within the OGL contributed character sheet. i.e. as below.... &{template:5eDefault} {{character_name=@{Elk Ag of Clan Vunga|character_name}}} {{title=@{Elk Ag of Clan Vunga|meleeweaponname1}}} {{subheader=@{Elk Ag of Clan Vunga|character_name}}} {{subheaderright=Melee attack}} {{weapon=1}} {{simple=1}} {{rollname=Attack}} {{roll1=[[ 1d20cs>@{Elk Ag of Clan Vunga|meleeweaponcritrange1} + [[@{Elk Ag of Clan Vunga|meleetohit1}]] + [[@{Elk Ag of Clan Vunga|global_melee_attack_bonus}]] ]]}} {{weapondamage=[[@{Elk Ag of Clan Vunga|meleedmg1} + [[@{Elk Ag of Clan Vunga|meleedmgbonus1}]] + [[(@{Elk Ag of Clan Vunga|global_melee_damage_bonus})]] + [[(?{Rage?|Yes,2|No,0})]] ]] @{Elk Ag of Clan Vunga|meleedmgtype1}}} {{weaponcritdamage=Additional [[@{Elk Ag of Clan Vunga|meleecritdmg1}]] damage}} @{Elk Ag of Clan Vunga|classactionmeleeweapon}} @{Elk Ag of Clan Vunga|ro_melee1} @{Elk Ag of Clan Vunga|classactionmeleeweapon} The output works as intended, apart from a second 3D damage dice being rolled on screen. The dice isn't included in the calculations though, which is good, but what am I doing wrong? Many thanks. Alison x