I've been racking my brain over the dice reference but I can't quite figure this one out. My character has an ability that lets him roll 5d8, but then also re-roll the lowest 2 dice and keep the higher result of each. At first I thought I could just do /r 7d8kh5 but that is not really the same. For example, let's say I roll 1-2-2-3-4; I re-roll the 1 and I get another 1, and I re-roll the 2 and get a 5, which gives me 1-2-3-4-5. If it was roll 7d8 keep highest 5, it would have been 2-2-3-4-5, so the two are not the same. Does that make sense? Is this possible to accomplish?