
Background: My friends FIRST time running a game, she is going with a modified Kuro system. We did the first game and it went well but she "wanted to make the system her own" and her way of doing that was partly making changes to the Kuro die system. Mainly 3 are exploding dice, and 6's are actually critical failures. (As opposed to 6 being exploding and 4's a failure in Kuro) I made the following macro for her and our players (and honestly, for my own sanity) that simply asks what the action is (Using a handgun for example) and how many dice you are rolling. This is the gm only one but I also have a "public roll" one. /w gm ?{Describe your Private action} /w gm [[?{How many dice|0}d6cs=3cf=6!3s]] I know you can drop the lowest dice or highest dice, but is their a way to just drop all rolled 6's so they don't get added to the inline total? So that if I rolled a 1+1+5+5+6 it would show the inline total as 12 and not 21? Thanks!!