Good afternoon, all. I am running a D&D 5e game, using the built-in 5e character sheets. I have beginner to intermediate knowledge of the macros. I would like to create a macro that incorporates all of a character's attacks. I know that I can click on an attack from the character sheet, and copy the macro code from the chat. I can create individual token buttons for the characters using this method. What I would like to do is create a macro that will incorporate all of a character's attacks (for example, a dagger attack, a shortbow attack, and a firebolt spell) into a dropdown list, so that the player can click on the dropdown, choose the attack. One way that I think I can do this is to create a dropdown list manually. But the downside to that approach is that I would have to do that for each weapon or spell, and I would also have to update the macro every time the player changes equipment. Is there a way to create a macro that would automatically read from the "Attacks and Spellcasting" section of the character sheet, so that the player can quickly press one button, and choose the attack, versus flipping back and forth to the character sheet? Thanks for any assistance, and apologies if this has been addressed in a previous post.