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

Is there a way to make a macro query for a number between 0-100?

I am trying to make a skill macro for Rolemaster games, which are always a d100 + some variable number. Is there a way to write a macro that will roll d100 and ask for the number to be added to it?
1605998788
David M.
Pro
API Scripter
an inline roll with simple query would do it. Add this into whatever template you prefer: [[1d100 + ?{Modifier?}]]
1605998807
Andreas J.
Forum Champion
Sheet Author
Translator
/r d100+?{Give a number(1-100)|1}
Thanks a bunch!