I'm using the " D&D 5E by Roll20 " character sheet and would like some macro help, specifically I would love to set up some toggle switches. My character is using Elven Accuracy and Hexblade's Curse . Elven Accuracy: When making a roll with advantage, instead of rolling 2d20k1, it's 3d20k1. It has more nuance than that, but if I can get it as a toggle switch then its exact particularities don't matter as I can shut it off and on when it applies. Getting this to work with the character sheet is very important so that critical hits on attack rolls are properly recognized and it will automatically roll the correct amount of die on a crit. Here are the exact particularities of Elven Accuracy, in the event that helps: Only works with attack rolls, and the attack roll must use Dex, Int, Wis, or Cha. You still only roll 2d20, however, you can choose to reroll one of the die then keep the new highest result. If you give it some thought for a couple of minutes, you'll realize that's the exact same as 3d20k1. Hexblades's Curse: My crit range on all of my attacks are extended to 19-20, instead of the default of just 20. This is only for a short duration and only against a specific target, so having this on a switchable toggle would be really nice. I understand that I could make a duplicate of all of my attacks and edit the crit ranges on all of them individually, using the proper versions when appropriate. However, I'm playing a Monk/Cleric/Warlock multiclass abomination; I have a lot of different attacks I can make. Duplicating all of my attacks would be tedious, bog up my character sheet, and finding the ones with the correct crit range at the given moment would be slow. I found a nice macro the works for Elven Accuracy, however, it's a quarry, which I do not want. I'm making four attacks every turn, going through a drop-down menu every time I want to attack would get tedious quick. That particular quarry also affects all d20 rolls, so I would have to go through a drop-down whenever I want to do practically anything. For those curious, here's the macro (under Abilities & Traits, replace what's in "rtype" with it): {{query=1}} ?{Advantage?|Normal Roll,&#123&#123normal=1&#125&#125 &#123&#123r2=[[0d20|Advantage,&#123&#123advantage=1&#125&#125 &#123&#123r2=[[1d20|Elven Accuracy,&#123&#123advantage=1&#125&#125 &#123&#123r2=[[2d20k1|Disadvantage,&#123&#123disadvantage=1&#125&#125 &#123&#123r2=[[1d20} If you can get both of these as toggles (and have them both work together), I'll marry you.