So I am kind of new to macros and I was working on a dice roll macro rolls a d20 with modifiers and shows the total and the target value and I like it that way. I was also wanting to add a degrees of success to the macro but I do not know how to reference the previous roll ?{ChatText|Text} [[1d20 + ?{Bonus1|0} + ?{Bonus2|0} + ?{Bonus3|0} + ?{Bonus4|0}]] > ?{Target|10} as I said above i like this since it tells me exactly what i got and allows my to compare it to the target but i was wondering if there is a way to reference this the result of this roll and check for DoS.