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

Roll request with a given DC including a button

April 17 (4 months ago)

Edited April 17 (4 months ago)

Hi, 

first of all. I have just a plus Subscription. So I am not sure if my idea is even possible.

I need help with the following (italic is what should happen :))


Me as a GM would like to request a roll from my players.

    I click the macro and a prompt opens asking me about the DC (Target)

    A template in chat appears offering a button to roll with my given DC (Target)

My Players check their character sheet (not implemented in the game) and roll by clicking the just created button.

    A prompt appears for each individual asking about their number of dice

    The macro rolls their dice and considers my given DC (Target)

    In chat we see the number of successes they gained


Soooo far I got :

/roll ?{# of Dice|1}d12>?{Target|0}


(yeah not much, i know)

as you probably know...here the player is required to enter the DC (Target) by himself.

Is there a way to accomplish what I have in mind?

And thank you very much for your help...or at least your time.






This macro will do what your looking for

&{template:default} {{name=Roll Request}} {{Target ?{Target|0}=[Roll](!
/roll ?{# of Dice|1}d12>?{Target})}}
April 21 (4 months ago)

Works like a charm!! Thank you so so so much!!!