Hi everyone, I'm looking for a dice command which can achieve a separate sum of the result depends on the number of each dice. Example : If i roll "5d10!!", the result will be something like this : 1+8+3+5+14=31 But i would like to sum all dice that are below 5 and in another hand sum all dice equal or higher than 5 that can look like this : "5d10!!", 1+8+3+5+14 = 27 (>5) + 4 (<5) It didn't really matter the aspect of the result and if i can only have the sum of all dice equal or higher than 5 it enough for me (i have just to substact the result of the total) Thank you everyone who can help me to figure out my problem.