
Hi Guys, I was wondering if anyone could help me work this out. I'm playing Dnd 5e, setting up some time saving macros I wanted to have a macro that started with a drop down list, with the weapons/attacks you have listed. So far, so easy I'm pretty sure, ?{Attack|Long sword, Placeholder |Long Bow, Placeholder }. so far, so good, i press the macro button, a drop down appears with Long sword or Long bow, i press one, then "Placeholder" appears in the chat. I then have a separate macro with the specific weapon macro in it, for example, one called #Long-Sword: @{Bjorn Frostwalker|wtype}&{template:atkdmg} {{mod=+6}} {{rname=Longsword}} {{r1=[[@{Bjorn Frostwalker|d20}cs>20 + 4[STR] + 2[PROF]]]}} @{Bjorn Frostwalker|rtype}cs>20 + 4[STR] + 2[PROF]]]}} {{attack=1}} {{range=5 feet}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[1d8 + 4[STR]]]}} {{dmg1type=Slashing }} 0 {{dmg2=[[0]]}} {{dmg2type=Slashing }} {{crit1=[[1d8[CRIT]]]}} {{crit2=[[1d10[CRIT]]]}} 0 {{desc=}} {{spelllevel=}} {{innate=}} {{globalattack=@{Bjorn Frostwalker|global_attack_mod}}} {{globaldamage=[[0]]}} {{globaldamagecrit=[[0]]}} {{globaldamagetype=@{Bjorn Frostwalker|global_damage_mod_type}}} ammo= @{Bjorn Frostwalker|charname_output} But when i try to combine the two, ie ?{Attack|Long sword, #Long-sword |Long Bow, #Long-Bow}, i no longer get a drop down list, instead i get a text box, with all the option name "Long Sword" then "," and then the rest of the code for the macro attack (the #Long-Sword macro). if i just click yes, nothing happens, but, if i remove everything other than the option name for the text box, in this case "Long Sword" then i get the raw output of the attack roll: Long sword {{mod=+6}} {{rname=Longsword}} {{r1=18}} {{query=1}} {{normal=1}} {{r2=6}} {{attack=1}} {{range=5 feet}} {{damage=1}} {{dmg1flag=1}} {{dmg1=10}} {{dmg1type=Slashing }} 0 {{dmg2=0}} {{dmg2type=Slashing }} {{crit1=5}} {{crit2=5}} 0 {{desc=}} {{spelllevel=}} {{innate=}} {{globalattack=}} {{globaldamage=0}} {{globaldamagecrit=0}} {{globaldamagetype=}} ammo= charname=Bjorn Frostwalker |Long Bow, #Long-Bow} So, my question really is, how can i get the attack macro to be the output for the a selected item in a drop down menu macro. (P.S, i tired with the attack macro directly in the drop down menu macro, it had the same result, and i did it this way to make things a bit cleaner)