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.