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

Adding values to a macro roll

So. I have a marco: disadvantage [[1d6 + 2d6dh1]] name: dadv Calling it #dadv (or hitting the marco button) works fine. but i'd like it to be so players can call #dadv +X and get the result of 1d6 + lowest of 2d6 + X i cannot find anything. if i type #dadv +3 ill get: [DADV RESULT] +3 instead of [TOTAL RESULT] is there anyway to do this? Best regards.
You might look into Roll Queries . Alternatively, change #dadv to /r 1d6 + 2d6dh1. Then, players could enter something like #dadv +X into the Text Chat.
Macro, not marco.
Polo
Silvyre said: You might look into Roll Queries . Alternatively, change #dadv to /r 1d6 + 2d6dh1. Then, players could enter something like #dadv +X into the Text Chat. Thanks for the answer :) I've looked into it, and reached this solution: disadvantage [[1d6 + 2d6dh1 + ?{modifier|0}]] Asking for a modifier after the #name call :)