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

Sorting Pre-Rolled Values in a Macro?

I'm using a basic stat roll macro to roll stats for PCs. For the most part, I'm fine with the way things are working out, but just looking to optimize it for my preferences. So the question is: is there a way to sort pre-rolled values from high to low? My current macro is: &{template:default} {{name= Ability Scores}} {{[[4d6d1]] [[4d6d1]] [[4d6d1]] [[4d6d1]] [[4d6d1]] [[4d6d1]]}} {{[[4d6d1]] [[4d6d1]] [[4d6d1]] [[4d6d1]] [[4d6d1]] [[4d6d1]]}} {{[[4d6d1]] [[4d6d1]] [[4d6d1]] [[4d6d1]] [[4d6d1]] [[4d6d1]]}} I know if these were just single rolls, I would be able to use "6d6sd". The problem is the "sd" does not seem to work with pre-rolled values. (I've also tried "6*([[4d6d1]])sd". Any help would be nice. Thanks.
1524232084
The Aaron
Pro
API Scripter
Not without the API, a pro subscriber perk. You could create a Rollable Table with the correct distribution and weighting of values, then roll that instead.  However, I'm not sure that [[6t[statRoll]sd]] would work correctly either.
The Aaron said: Not without the API, a pro subscriber perk. I'm not looking to get Pro any time soon.