
I am trying to create a macro that allows my players to use a drop down query macro to select from say 4 to 5 character sheet macro buttons. What I had envisioned is something like this: ?{Which Weapon? |Weapon 0, @{selected|repeating_weapon_$0_attack-roll} |Weapon 1, @{selected|repeating_weapon_$1_attack-roll} |Weapon 2, @{selected|repeating_weapon_$2_attack-roll} |Weapon 3, @{selected|repeating_weapon_$3_attack-roll} |Weapon 4, @{selected|repeating_weapon_$4_attack-roll}} Is this possible? when I try to use the above it seems to only actually roll the weapon 1 button and does not give me a selection for the other weapon slots. I know about using html to get around certain catches but nothing im trying seems to work. I had hoped to provide my characters with concise macros that grouped all attack options under one button rather than having a separate button for each one. Any suggestions are appreciated.