depends on what exactly you want to happen on the given die result. If you just want another roll to happen on a given die roll, you can do that with a few tricks: &{template:default} [[[[{0d0,[[1d6]]}<2*2]]d6]] {{initial roll=$[[0]]}} {{dependent roll=$[[2]]}} This uses the reuse rolls trick and the conditional results trick .