Trying to make a macro for Dragon Age RPG. Every roll uses 3d6 but 1 of them is a special dice called the Dragon Die. Its result determines outcomes and sometimes needs to be added to damage rolls. So, the roll looks like: 1d6[DD] +2d6 But! on the next roll, I would like to add the value of the 1st die from the previous roll. 2d6+[DD] What would be the best way to write that?