Playing a rogue with Powerful Sneak as a rogue talent, which says "Treat all ones on sneak attack dice as 2's" and I'm trying to get my macro to do it. Currently I am putting this in my extra non-crit damage: ?{Sneak Attack| No, [[0]]| Yes, [[ {1d6,1d6,1d6,0d1+2,0d1+2,0d1+2}k3 ]] } As far as I can tell this should work, but it is returning this when I say no: and when I say Yes it returns nothing. I don't see any errors in the roll, but it is just messing up.