Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Help! Macro wanted to generate ability scores for D&D 5e

I would be grateful for help to create a macro that would generate ability scores which would automatically give me six 4d6's with the lowest d6 in each set of 4d6 dropping out of the score. Is this possible? Cheers!
1474198849

Edited 1474198942
Tetsuo
Forum Champion
you roll 4d6dl1 to roll 4d6 and drop the lowest result. so, something like: [[4d6dl1]] | [[4d6dl1]] | [[4d6dl1]] | [[4d6dl1]] | [[4d6dl1]] | [[4d6dl1]]
1474198867
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Sure, use the drop roll syntax; [[4d6d1]]. Check out the dice reference wiki page for everything you can do to simulate dice:<a href="https://wiki.roll20.net/Dice_Reference" rel="nofollow">https://wiki.roll20.net/Dice_Reference</a>
THanks guys, much appreciated! :)