I'm trying to get a macro going that will allow me to pull up all the attack options of a selected token, then roll the attack I choose.  For instance, let's say I have a ranger NPC with two attacks- a shortsword and a bow. I want to be able to select that token, click the macro button, and have buttons for the shortsword and bow pop up in chat, allowing me to click one of them and roll an attack.  I know how to make it roll the attack for a selected token  %{selected|repeating npcaction_ $0_npc_action}   but I'd like for it to just pull up the entire list without having to do $1, $2, etc.  Is that a possibility?