I created a spellbook for my characters so they can have a chat menu rather than having to jump back and forth to the character sheet (5e OGL) when they want to just look to see what their spell does. This is what I currently have for presenting the 2nd level-First position: [@{selected|repeating_spell-2_$0_spellname} ](~@{selected|character_name}|repeating_spell-2_$0_ spell ) While this is great, my problem is sometimes the spell does not present the description when the button is clicked. It actually tries to cast the spell. I am assuming repeating_spell-2_$0_ spell actually is the button that comes up in the spell section of the character sheet to cast the spell. But what I would really like is the speech bubble button. I have tried this: [@{selected|repeating_spell-2_$0_spellname} ](~@{selected|character_name}|repeating_spell-2_$0_ spelldescription ) but it gives me an error telling me no attribute exists when it seems like it does exist in the html code on the github page. Can someone point me to the correct attribute I am looking for?