I'm working on making a drop down macro for dice rolling without stat/skill/mod context, such as when a GM says, "Roll a d20 for me" and I have one that works for public rolls, but I wanted to make either a separate one for private GM only rolls or somehow nest it so when I select which # sided die I'm rolling, it asks if it's public or private and then works it accordingly, but as of right now, I can't get any GM only roll to work in the macro. For reference, here is my current drop down macro for the public rolls: ?{Rolling?|D-20, [[1d20]]|D-4, [[1d4]]|D-6, [[1d6]]|D-8, [[1d8]]|D-12, [[1d12]]|D-100,[[1d100]]} If anyone is also skilled enough to set it up where it asks how many sides I should roll and auto calculates that, then asks if it should be public or private, you'd get the most brownie points.