Hey all, just one quick powerCard question: I'm trying to configure PC for use with a homebrew version of WH40k's Dark Heresy 2.0 setting, and as part of this I need to macro rolls that roll, for example 3d10, take the highest two (so like a /roll 3d10d1), sum the total, and still check if a 10 occurred in the roll (any 10s on damage dice mean a crit). The ^Roll.ones functionality (below) is similar to what I need, except I need 10s, not 1s -- is there a way to do this with PC? [[ [$Roll] 3d10d1 ]] [^Roll.ones]