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

Help with Marcro

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?
1630786029

Edited 1630786056
Kraynic
Pro
Sheet Author
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.
That works great thank you.