
I'm having a problem trying to set a drop down list for an attack that uses the same attack roll on up to X number of creatures, listed in the text under the name (3 in this example). So if the player chose 2, the subtag would be "makes a Multishot at <Target1's name> and <Target2's name>" What it has in the drop down list is 1 token_name 2 token_name and target2 token_name 3 token_name, target2 token_name, and target3 token_name Macro: &{template:DnD35Attack} {{name=@{selected|token_name} }} {{npcflag=true}} {{subtags=makes a @{npcattack2type} at ?{Number of targets? |1, @{target1|token_name} |2, @{target1|token_name} and @{target2|token_name} |3, @{target1|token_name}, @{target2|token_name}, and @{target3|token_name}}}} {{fullattackflag= [[0d1]] }} {{fumbleroll= Fumble: @{npcattack1attack} }} {{attack1=@{npcattack1type}: @{npcattack1attack} }} {{damage1=D: @{npcattack1damage} }} {{critconfirm1=Crit?: @{npcattack1critatk} }} {{critdmg1= @{npcattack1critdam} }} {{notes=@{npcattack1note} }} Extra newlines added for ease of reading the macro.