Hey guys, I'm trying to make a custom macro that will query for several inputs for mass numbers of attackers. Let me know if this is possible. I want it to be flexible so i can plug in the +hit, +dmg, advantage, and AC target on the fly for multiple different types of attackers. Then a damage macro that also lets me type in a number of damage rolls number on the fly. The idea is I'm not sure what mass of creatures i'm rolling for until maybe a few seconds before. 1. ?Number of overall attack rolls -- kinda fuzzy on this one 2. ?Advantage/normal/disadvantage 3. ?+hit modifier -- i think i have 2 & 3 working together here [[ ?{Attack Type|Standard, 1d20|Advantage, 2d20kh1|Disadvantage, 2d20kl1}+?{n|1} ]] 4. if possible, ?AC target so i can get a number of successes. Then for damage 1. ?Number of overall damage rolls 2. ?number of dice per attack 3. ?type of dice (d4/d6/d8/d12/etc.) 4. ?+dmg modifier (per attack ideally) -- i think i have 2 & 4 working together here with a d6. [[{[[?{ndice|1}]]d6+?{n|1}}]] Thanks so much for your time! I apologize if this is posted somewhere. I wasn't able to find exactly what i needed from a few searches.