I know you can build a grouping keep roll. For example, this /r {d6,d12}kh1 would roll a d6 and a d12, keeping only the highest one. However, I want to include this within a button on a custom character sheet. Additionally, I want to give two different grouping options for the player to choose from I would like the players o be prompted to choose between grouping option blue of {d6,d12}kh1 or grouping option red of {d4,d8}kh1. I realize this format ?{Pick|Blue,{d6,d12}kh1|red,{d4,d8}kh1} is wrong. The {} within the groupings cause it to break. Can someone advise how to make it work?