Okay so here is my macro: /w @{selected|character_name} &{template:default} {{name=Spells}}{{Spell Save DC= [[8+@{selected|intelligence_mod}+@{selected|pb}]]}}{{Spell Attack Bonus=[[@{selected|intelligence_mod}+@{selected|pb}]]}}{{Spell Type= [Cantrips](!%{@{selected|character_name}|#cantrips})[Level 1](!%@{selected|character_name}|#level1})[Level 2](!%{@{selected|character_name}|#level2})[Level 3](!%{@{selected|character_name}|#level3})[Level 4](!%{@{selected|character_name}|#level4})[Level 5](!%{@{selected|character_name}|#level5})[Level 6](!%{@{selected|character_name}|#level6})[Level 7](!%{@{selected|character_name}|#level7})[Level 8](!%{@{selected|character_name}|#level8})[Level 9](!%{@{selected|character_name}|#level9})}} I am getting a spam of errors however it works, just floods chat box with: No ability was found for %{Ares|#cantrips} No ability was found for %{Ares|#level1} No ability was found for %{Ares|#level2} No ability was found for %{Ares|#level3} No ability was found for %{Ares|#level4} No ability was found for %{Ares|#level5} No ability was found for %{Ares|#level6} No ability was found for %{Ares|#level7} No ability was found for %{Ares|#level8} No ability was found for %{Ares|#level9} What am I doing wrong? I have all my macros setup, the buttons work, just keep getting this :(