I'm trying to have an attack macro that gives a drop down selection list for selecting "Standard", "Advantage" and "Disadvantage" rolls and displays that information alongside the roll. Example: &{template:default} {{name=@{attack_name_1}}} {{damage type=@{attack_type_1}}} {{attack Roll=[[?{Roll Type|Normal, 1d20|Advantage, 2d20kh1|Disadvantage, 2d20kl1}+@{attack_bonus_1}]]}} {{damage=[[@{attack_damage_1}+@{attack_dmod_1}]]}} Which currently results in: ((( Well, it seems the pasted image didn't make it into this post for some reason. Anyway, it is just the standard attack roll result in the default template, so many of you probably know what that looks like anyway. Sorry. ))) I'm wanting to add the effect of the resulting template box also showing alongside the attack roll result whether the roll was made as a Standard roll or with Advantage or Disadvantage. I know I can hover my mouse pointer over the number (the 24 in this case) and see that already, but I want it to post it instead. I know I could create a second query and have the person making the roll select "Advantage" on the first query (to get it to roll with advantage) and then they could select it again on a second query (to get it to say "Advantage" on another line entry). But that isn't what I'm looking to do. I just want to select "Advantage" (for example) once in a drop down and have it do two things because of that (roll with advantage and write out "Advantage" (or "Adv") next to the roll, posted in the results). I've tried several ways that I thought would work, but I don't seem to be having any luck. Any help would be appreciated. Thanks, in advance. (Oh, and I don't have access to API scripting, if that makes a difference.)