
New player to Roll20 and could use some advice on a macro I'm working on for my party. I'm SURE someone has a similar macro already written but my Google-Fu has failed me this time so if you know of one/have one I'd be obliged to be pointed in that direction. I feel like I have the pieces to put it together but every time I try something goes wrong so any advice would be appreciated. Brief: Enter the number of dice to be rolled, select which dice to be rolled, standard at advantage or disadvantage, add any modifiers. Adv/DADV (#ADV/DADV) :
?{Attack|Standard, 1d20|Advantage, 2d20kh1|Disadvantage, 2d20kl1}
With mods ( #D20) :
/me rolls a [[#ADV/DADV +?{modifier|0}]]
Selecting a dice ( #1D?) :
/me ?{Dice|D12, [[1d12]]|D10, [[1d10]]|D8, [[1d8]]|D6, [[1d6]]|D4, [[1d4]]|D2, [[1d2]]|D100, [[1d100]]}