Hey everyone, I am trying to set up macros for a mass attack, a set amount of archers attacking at the same time vs a set AC. I have everything working except rolling 1d20 multiple times. I am playing dnd 5E and I am a first time poster in the forums, please be kind. I have been searching for a while for a fix. /r [[1d20+?{ToHitMod|0}]]>?{AC|0} This is what I have so far but is there a way to roll the first bit multiple times without copying it out for each attack instance? The work around I've found is /r {1d20+?{tohitmod|0},1d20+?{tohitmod|0}, 1d20+?{tohitmod|0},1d20+?{tohitmod|0},1d20+?{tohitmod|0}, 1d20+?{tohitmod|0}}>?{AC|0} but this is clunky. Hopefully someone has a more elegant solution. I have been checking the forum but I haven't found anything about it. The end goal is to take X archers with +Y mods to attack vs an AC Z so it comes out to 1d20+Y>Z rolled X number of times