As title says - I have a basic macro adapted from a character sheet button (just switched the ability calls from specific to selected) and it runs fine when I use 'Test Macro' in the macro editor, but when I try and use the quick button from the macro bar, it just produces a # symbol in the chat panel. What went wrong? Macro is below (using the Symbaroum character sheet) Many thanks! Grim &{template:attack} {{name= @{selected|weapon1-name}}}{{attribute=[[@{selected|attack-ability1}+(?{Modifier +/-|0})+@{selected|weapon1-extra-attack}]]}}{{attribute1=[[@{selected|attack-ability1}+(?{Modifier +/-|0})+@{selected|weapon1-extra-attack}+1]]}} {{attack=[[1d20]]}} {{damage=[[@{selected|weapon1-dtype}+@{selected|weapon1-extra-dtype}+@{selected|weapon1-extra-damage}]]}} {{damage-crit=[[1d6]]}} {{character-name=@{selected|character-name}}} {{attack-type=[[@{selected|attack-ability1}]]}}