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 .
×

Help with a macro?

Hello,  In the system we use we roll for hits using a Try and Success System. I have this macro which gives how many total Success was rolled: /r {4d10!cs>7}>7. Is there a way to write a second part to this that will automatically roll XD3 dice where X is the number of Success rolled? I do not want these added to the Try and Success Roll so I believe it needs to be separated with a comma, but I cannot figure it out. "/r [[{4d10!cs>7}>7, ......]]" Thank you for any help!
1549993278
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
This is unfortunately not possible using the base Roll20 dice engine, unless you just wanted it to roll xd3 instead of showing the number of successes. It would be possible to do this via API script, and it's possible that the Powercards script would be able to do what you want, but I haven't used it so I can't say for sure.
1549993860

Edited 1549993924
Thank you,  I've opted to simply use a different Macro for now where I input the number of Success and the die size for that roll, /r ?{Success|1}d?{Size|4} How can this be done through the API Script though?