Hi all, I'm trying to create a macro that would display one button for each spell in the default D&D 5e character sheet. With the following line, I can create a button for the first level 1 spell in the spellbook: [@{selected|repeating_spell-1_$0_spellname}](~selected|repeating_spell-1_$0_spell) Can I somehow automatically repeat this for all entries in the repeating section? I can hardcode a fixed number of buttons (e.g., two buttons in the line below), but the buttons display an ugly text if the entry does not exist. [@{selected|repeating_spell-1_$0_spellname}](~selected|repeating_spell-1_$0_spell) [@{selected|repeating_spell-1_$1_spellname}](~selected|repeating_spell-1_$1_spell)