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

Macro question

hey,  so im trying to run a riddle of steel based game, for those that dont know its a d10 system that relies on dice pools and target numbers, eg: an attack has a target number of 5 and the player rolls 10 d10 and only three of them roll equal to or higher than 5, meaning the player only has 3 successful rolls anyways on to the question. im trying to design a macro that queries the player for the number of dice and then queries for  the target number and pops out the number of dice that are at or above that target number. i unfortunately suck at macro's  any suggestions on how i can go about this?
I recommend checking these sections of the Roll20 Wiki out: Target Number (Successes) Roll Queries
For example: Roll: [[?{Number of Dice?|1}d10>?{Target Number?|5}]] successes
yea the solution was a lot simpler than i thought it would be. thanks for the help