
Hi! I would really appreciate some help in trying to write this macro I want made. I, currently, am new with macros, but I have understood most of what I've done so far. Mainly referencing ability calls and making initiative rolls with adv./disadv. However, this certain macro I've been trying to make has stumped me. My character is a Battle Master Fighter in DnD 5e, and I want to have a query to help sort my maneuvers. I am trying to make a macro that, when pressed, opens up a query with the drop down menu that lists my maneuvers, and then I can select one to use and it pulls up the ability call for it. This is my current macro which doesn't work: /r ?{ Type of Maneuver | Maneuvering Attack, %{Aufstin "Bridge" Bjorimir|repeating_attack_$2_attack} | Precision Attack, %{Aufstin "Bridge" Bjorimir|repeating_attack_$3_attack} | Trip Attack, %{Aufstin "Bridge" Bjorimir|repeating_attack_$4_attack} } I know how to do queries and I know how to do ability calls, but combining them isn't working. If I try using the @ symbol for a character attribute, that works, but if I use % it doesn't. I've also tried making the maneuvers separate macros and referencing them with the # symbol, but that doesn't work either (I suspect because the referenced macro has the % symbol in it). I've also read Advanced Usage for Roll Queries and several other posts about this, but I guess I'm just not getting it. If someone could help me with this real quick I would be so thankful. I don't need an in-depth explanation, just a brief summary and the code would be great! Thank you!