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

how would i build this macro?

1673297802

Edited 1673297835
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?
1673299551

Edited 1673317263
timmaugh
Forum Champion
API Scripter
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.