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

How would I do something like this?

I was in a campaign once and we were rolling for stats and I seen somebody do the whole " /r 4d6k3" thing but it did it for all stats in one roll... How do I do this? 
1461545650
Gold
Forum Champion
Try something like this, looks nice,  /me Rolling a new set of Character stats for this game! [[4d6k3]], [[4d6k3]], [[4d6k3]], [[4d6k3]], [[4d6k3]], [[4d6k3]]
1461545926
Gold
Forum Champion
More information for you, the bracketed rolls are called In-line Rolls, <a href="https://wiki.roll20.net/Dice_Reference#Inline_Dice" rel="nofollow">https://wiki.roll20.net/Dice_Reference#Inline_Dice</a>... I like to save the above code as a Macro to make a button. If you are GM you can save it as a Macro and set visibility to All Players. <a href="https://wiki.roll20.net/Macros" rel="nofollow">https://wiki.roll20.net/Macros</a> If you have "arrange to taste" or "roll 3 sets and choose your favorite" or "Keep rolling until you get a set with at least 2x 15's" or any other little guideline/rule, you can also add that text at the end of the Macro so it prints in the chat as a reminder at the exact time a Player rolls it.
Okay sweet! Thank you so much
I have a macro very similar. But I wanted to sort them in descending order. For the life of me, I could not figure it out from the wiki. I tried braces and grouping and such but didn't get the results I was looking for. Any help would be appreciated as I just gave up on it. Maybe the answer is too simple for me to see. :)
1461599929
Pat S.
Forum Champion
Sheet Author
To&nbsp; sort dice rolls such as [[3d6]] you would decide to sort ascending or descending with the sa or sd like this [[3d6sa]] or [[3d6sd]]. If you are wanting to sort each group of dice rolls such as&nbsp;[[4d6k3]], [[4d6k3]], [[4d6k3]],&nbsp;[[4d6k3]], [[4d6k3]], [[4d6k3]] and have the results sorted ascending or descending then I think you will need the API to do that.
Thanks Pat, yeah, it was the second thing I wanted to do. Too bad. I was hoping it was a matter of syntax wizardry.