
I am working on a macro that rolls and X ammount of d20s, with an Y bonus to the roll and compares it to a Z difficulty So far so good, made that without much problem, but in the system me and my friends are playing, there is a system of counting anything 10 or above a certain number counts as 2 successes instead of 1, and i cannot for the life of me figure out how to make that last part, i tried many things and read lots of forum posts/wiki posts to try and find something like this. this is the macro i have so far: {?{how many tests}d20+?{bonus}}>?{difficulty} there's also the template default, name, the roll names, i took that part out and just put the part that matters. can anyone help me out? i hope i don't need scripting for this.