
I have [[@{d10}]]d10sa which will roll the number of d10s I specify in the @{d10} attr and sort them in an ascending order. What I need is to make a roll with a mixture of die sizes and sort the whole lot of them, but I can't find the correct syntax for this. So the final roll will look like this: [[@{d4s}]]d4+[[@{d6s}]]d6+[[@{d8s}]]d8+[[@{d10s}]]d10 But how would I sort all the values together rather than within their own die-size groups?