Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Query macro that asks 1st What and then how many?

Trying this right here, but i'm not a code mega master boss! Would appreciate some help! ?{Dice| D20, /r ?{Number of dice rolled|1}d20| /r ?{Number of dice rolled|1}d12| D10, /r ?{Number of dice rolled|1}d10| /r ?{Number of dice rolled|1}d8| /r ?{Number of dice rolled|1}d6| /r ?{Number of dice rolled|1}d4| /r ?{Number of dice rolled|1}d3| /r ?{Number of dice rolled|1}d2| /r ?{Number of dice rolled|1}d100}
1637005034

Edited 1637005130
/r ?{Number of dice rolled|1}d?{Die?|20|12|10|8|6|4} Or if the order of the question is really important: !?{Die?|20|12|10|8|6|4} !?{Number of dice rolled|1} /r ?{Number of dice rolled}d?{Die?}
Thank you so very much! Jarren said: /r ?{Number of dice rolled|1}d?{Die?|20|12|10|8|6|4} Or if the order of the question is really important: !?{Die?|20|12|10|8|6|4} !?{Number of dice rolled|1} /r ?{Number of dice rolled}d?{Die?}