So I am attempting to make a universal stacked spells macro. Spells Button > Spell Levels > Spells of that level > Cast spell I got the Level 0, and Level 1 working. Now I am trying to work on Level 2, and it is giving me grief. I included a screenshot to help show the issue. This is the base macro I am using, it is broken up for ease of reading. /w @{selected|character_name} &{template:DnD35StdRoll} {{name=Level 2 Spells}} {{subtags= Save DC is [[@{selected|spelldc2}]]}} {{[@{selected|repeating_spells_$0_spellname11}](~selected|repeating_spells_$0_spellcast11)=[@{selected|repeating_spells_$1_spellname11}](~selected|repeating_spells_$1_spellcast11)}} this continues until a toal of 20 potential spells will be displayed. EDIT: I saw in another post that the |repeating_spells portions should actually be |repeating_spells11 , unfortunately that did not fix the issue either. :/ So, the formatting seems to be working, but when I test the macro it is showing all the spell names as "Doom" even though the selected character has 5 level 2 spells that have names entered. Any help would be appreciated. Thanks :)