So, in one of my dnd 5e games I'm a player in, I am running a necromancer. We are currently fairly late into progression, and my undead horde is fairly sizable. Currently, we're using just generalized % chance to hit an enemy. This works fine when attacking not at advantage or disadvantage. I however have been attempting and failing to devise a rolling method in order to have all of the attacks roll simultaneously and be counted properly. Looking through the forums has given me some ideas and leads, but so far all of these have been dead ends. Originally, I was trying to make something along the lines of (38*2)d20kh38CS20> ?[Enemy AC/Natural 20], in order to tally up all of the successes/critical successes.. The problem that I've found is that it is grabbing the highest 38 from the whole group, and not per set of 2. I've tried a number of other things, like trying to make an array.. these were some of what I came up with. 2d20dl1+4>24 2d20dl1>20 4+2d20dl1>23 2d20dl1+4>23 {2d20dl1+4}>=23 So far, the best one I've found is a massive array of [[{2d20dl1+4}>23]] 's.. Like so.. &{template:default} {{name=Precise Skeletal Bombardment}} [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] [[{2d20dl1+4}>23]] However this is quite unappealing and hard to look at, even though it does technically serve the purpose that I need... though it doesn't tally up all of the successes/critical successes. Any help/advice for my necromantic dice-rolling needs and endeavours?