Hello all, I'm still learning how this all works but I'm trying to create a macro for my players where they click attack they pick a target for the attack then gives them a drop down menu of the weapons they could use for this. It will roll the attack the damage. So far I have the following. /em strikes out at @{target|foe|npc_name}! ?{Which Weapon Do you want to use|Great-Ax, #greatax|Dagger|Heavy Xbow|Hand Xbow} the #greatax macro is just a copy paste of the character sheet attack roll. Could I just call the attack macro the same way it works on NPC sheets with %{selected|repeating_npcaction_$1_npc_action}?