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
This post has been closed. You can still view previous posts, but you can't post any new replies.

modifier box api

This is what I want, a field that I and my players can enter a positive, or negative number and have it apply to the next roll that person makes. thanks
1380506678
Gauss
Forum Champion
This already exists. You can put ?{name of query here|default value here} in any Ability or Macro. When you run the Ability or Macro it will prompt you for a value. Additionally, if you put an Ability or Macro in the chat window you can add a modifier at the end. The modifier will be placed at the very end of the macro. Example: Macro Name: #Test Macro Body: /roll 1d20+13 Chat window input: #Test +5 Chat window output: /roll 1d20+13 +5 - Gauss