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 am trying to set up a macro where the die rolls then adds two different numbers. But can't seem to get it to accept two different numbers I am using +{modifier|0}. Can someone give me some help?
If both of your modifiers are queries, they have to have different questions. /r 1d20+?{Modifier 1?|0}+?{Modifier 2?|0} or [[1d20+?{Modifier 1?|0}+?{Modifier 2?|0}]] If you just have "Modifier" as the question for more than one query, the macro will use the answer from the first instance and use that as the answer for every other identical query.