When building my custom character sheet I've set up a button to do the following: "&{template:default} {{name=Strength Check}} {{total=[[ [[@{char_dicemod}]]+[[1d@{char_strlvl}]] + [[@{char_strmod}]] ]] }} {{ROLL=$[[0]]}} {{STR=$[[1]]}} {{MOD=$[[2]]}}" The full code being: <td><center><button type="text" value="&{template:default} {{name=Strength Check}} {{total=[[ [[@{char_dicemod}]]+[[1d@{char_strlvl}]] + [[@{char_strmod}]] ]] }} {{ROLL=$[[0]]}} {{STR=$[[1]]}} {{MOD=$[[2]]}}" button style='font-size:12px' name'roll_strCheck'><b><p style="color:#000000;">STR CHECK<i class='fas fa-dice'></i></button></td> This results in Everything works perfect on the character sheet. However when moving this button from the char sheet to the macro bar by dragging I get this error: Why does my macro turn into a '% ability' instead? Is there a way to make the macro stay the same/look for '@ attribute' when added to the quick bar aside from manually doing it? I'm still new to all this but I'm trying to set up automation. I appreciate the help.