Hey friends, I need some help with a Roll20 command. I need a command that: Rolls 10d10 Counts any dice showing 1, 2, 3, 4, or 5 as a success Rerolls all 1s but still counts them as successes. Currently, I have this: [[10d10r1<5]] But this command rerolls the 1s without counting them as successes. For example, if I roll 1d10: I get a 1 It rerolls and, say, gives a 6 It counts 0 successes, but it should count 1. I also tried this command: [[{10d10!}>4]] But this one rerolls 10s instead of 1s. Any ideas?