i'd like to do a macro that ask me how many and which dices i want to roll for a table, this is what i tried but it doesn't work. /roll ?{how many|1}d?{which dice|4|6|8|10|12|20|100}t[?{which|A|B|C|D|}] i tried with some little variations but the result is always the same, it gives me the first number i put in. if i delete the section where i have to choose a dice it works so i don't know what's wrong. EDIT: nevermind, adding [[ ]] resolved the issue /roll [[?{how many|1}d?{which dice|4|6|8|10|12|20|100}]]t[?{which|A|B|C|D|}] (english is not my main language so forgive me if i made some mistakes in the post)