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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
i want to build a macro but im still new building them i want it to be able to do add query 1 and query 2 in d6, counting the rolls equal to or greater then 4, and limiting the count by query 3 ideas?
Something like: [[{[[(?{Q1|3}+?{Q2|3})d6>4]],?{Limit|2}}kl1]] You can replace the query text with your preferred prompt, and instead of letting the user type the value you could have a hard-coded list, but that should be the general shape of it.