
Dear Community, I tried to create a Macro for my players that includes the roll of 3d6 with a modifier and a DC I tell them for the roll I would like it if the macro then checks if the dice+modifier is equal or greater than the DC and goes on to say that it's an (un- or) successfull roll. What I came up with is this: /me rolls /roll [[3d6+?{Modifier|0}]]>?{Difficulty Class|12} But the macro doesn't give out the counted successes that a normal /r 3d6+x>y would give you. I only have the square brackets in there because I read on a different topic that they might help, but they don't. I would really appreciate if someone more capable than I was able to help me.