Hello community, first post here! I a DMing Tyranny of Dragons that uses the 2014 NPC sheets and I plan to use a defense roll, rather than attack roll. So the players will be rolling to see if they defend rather than me rolling for attack for the monsters. Anyhow, upon a hit I would like a quick way to roll just damage for that weapon publicly in the chat. I feel like I am REAL close to it working as what I have now does actually do the rolls correctly it just doesn't show the weapon names correctly and I can't figure out why. I do also have Token Action Maker loaded which is awesome except it does an attack roll AND damage. Trying to avoid the Attack roll which will not be used. Here is what I have; " /w gm &{template:default} {{name=@{selected|token_name} Damage Menu}} {{Choose a Weapon= [@{selected|repeating_npcaction_$0_name}](~selected|repeating_npcaction_$0_npc_dmg) [@{selected|repeating_npcaction_$1_name}](~selected|repeating_npcaction_$1_npc_dmg) [@{selected|repeating_npcaction_$2_name}](~selected|repeating_npcaction_$2_npc_dmg) [@{selected|repeating_npcaction_$3_name}](~selected|repeating_npcaction_$3_npc_dmg) [@{selected|repeating_npcaction_$4_name}](~selected|repeating_npcaction_$4_npc_dmg) [@{selected|repeating_npcaction_$5_name}](~selected|repeating_npcaction_$5_npc_dmg) }} &{noerror} " There is also likely a more elegant way than just running 5 actions but I thought that would cover most minions and I can use full sheets for big bads. Any advise or help is welcome.