Trying to modify the attack macro as shown on&nbsp; <a href="https://wiki.roll20.net/ADnD_2nd_Edition_Character_sheet" rel="nofollow">https://wiki.roll20.net/ADnD_2nd_Edition_Character_sheet</a> . Right now it defaults to the weapon in slot 1. From research, it seems I cannot have it produce a dropdown to select which weapon slot to roll from. If that is incorrect, let me know as that is what I really would like. What I am trying to understand is how to make the following macro able to be set up per weapon slot, as it always selects slot 1. Even just the names of weapons slots 1 through 7 would help. Thanks Macro in question: &amp;{template:2Eattack}{{title=@{selected|token_name} makes an Attack!}}{{subtitle=vs. @{target|token_name} }}{{weapon_used=@{selected|weaponname} }}{{ac_hit=[[@{selected|ThAC0}-(1d20+(@{selected|attackadj})+(@{selected|strengthhit}*@{selected|strbonus})+(@{selected|dexmissile}*@{selected|dexbonus})+(?{Misc. attack bonus|+0}))]]}}{{dmg_s=[[(@{selected|damsm}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]]}}{{dmg_l=[[(@{selected|daml}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]]}}{{crit_s=[[(@{selected|damsm}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]]}}{{crit_l=[[(@{selected|daml}+(@{selected|strengthdmg}*@{selected|strbonus})+(@{selected|damadj}))?{Misc Damage Adjustment?|+0}]]}}{{crit=Lets get critical [[d100]] and lets see what kind of damage you can bring!!}}{{fumble=Are you ready to fumble... [[d100]] and don't aim for Rob!.}}