
So, a friend of mine came up with the two macros necessary to roll dice:
r ?{Thrown Dice}d10!!>9k?{Kept Dice}ro1 Emphasis
r ?{Thrown Dice}d10k?{Kept Dice}!! Regular
What we need to do is to take the output of that roll and compare it against a target number that we would be able to input. How do we go about doing this?