Hi I'm trying to create a dropdown macro for selecting legendary actions. I've got the first action, which is an attack, working fine. However the second action, which is not an attack, refuses to show the description. Here's the full macro code: ?{Legendary Actions | @{Unicorn|repeating_npcaction-l_$0_name}, &{template:atkdmg}{{mod=@{Unicorn|repeating_npcaction_$1_attack_tohit}}}{{rname=@{Unicorn|repeating_npcaction_$1_name}}}{{r1=[[1d20+@{Unicorn|repeating_npcaction_$1_attack_tohit}+0]]}}{{always=1}}{{r2=[[1d20+@{Unicorn|repeating_npcaction_$1_attack_tohit}+0]]}}{{attack=1}}{{range= @{Unicorn|repeating_npcaction_$1_attack_type} (@{Unicorn|repeating_npcaction_$1_attack_range})}}{{damage=1}}{{dmg1flag=1}}{{dmg1=[[@{Unicorn|repeating_npcaction_$1_attack_damage}]]}}{{dmg1type=@{Unicorn|repeating_npcaction_$1_attack_damagetype}}}{{crit1=[[2d6]]}}{{charname=@{Unicorn|npc_name}}} | @{Unicorn|repeating_npcaction-l_$1_name}, &{template:npcaction} {{rname=@{Unicorn|repeating_npcaction-l_$1_name}}} {{description=@{Unicorn|repeating_npcaction-l_$1_description} }} } Typing just the second macro into chat as a normal macro (see below) works exactly as it should, so I'm not sure what I'm doing wrong here. &{template:npcaction} {{rname=@{Unicorn|repeating_npcaction-l_$1_name}}} {{description=@{Unicorn|repeating_npcaction-l_$1_description}}} Any advice would be greatly appreciated! Many thanks