I wanted to make some macros for my new v20 campaign, and I have experience with DND 5e, but macros for 5e were so easy in comparison withv20… So I have this small macro /r ?{Number of Dice?|1}d10>6sd Result is almost what I need. I need to input not only the number of dices, but also the number of successes. I know that I can solve this with a simple addition /r ?{Number of Dice?|1}d10>?{Difficulty?|1}sd But before I tried different thing: ?{ What difficulty? |6, ?{Number of Dice?|1}d10>6sd |7, ?{Number of Dice?|1}d10>7sd } And the code above didn’t work. I don’t understand why,but I know that for future projects I have to. Please, tell me how can I make this work. P.S. I’ve tried to write all signs in HTML in inner query.