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 .
×

How to use one result as several other rolls' modifier?

I an not sure this is possible without going into nested something. I want to make a macro or ability that rolls a die. Then uses the result of that roll as static modifier of several other rolls. For example, the macro should roll 1d4 first. Then take the result, a 3 for example, and use that 3 as modifier for other rolls. Like three consecutive attack rolls, similar to typing [[1d20+3]] [[1d20+3]] [[1d20+3]]. I know in the 5E sheet you can use the global skill modifiers to similar effect, but I just need this for one specific thing and having to toggle it on and off is the main reason I decided to just write the program. I figured, a ton of work now, would save bother in the future. Also, I don't want the modifier to appear as a "+3" next to the other roll, like skill modifier does. I'd rather have it be one number or have the 1d20 roll and then have the other modifiers added on the side.
1642833592
Andrew R.
Pro
Sheet Author
You’ll want to look at  Reusing Rolls  on the community wiki. 
Andrew R. said: You’ll want to look at  Reusing Rolls  on the community wiki.  Thank You! I will try it out, but it seems to be exactly what I was looking for.