Hi, I am new to this, but I don't know if a macro will cut it. But I am looking for a script to roll several rolls for me, then read the results, and reroll those rolls, if the results are not higher than I need. How would you do that? For more examples, I have already made a macro to roll the dice, however, I don't know how to read the results, and keep it rolling if I don't like them. The roll is 4d6sdk3, but I have the macro roll it 6 times, so it looks like this: /r 4d6sdk3 /r 4d6sdk3 /r 4d6sdk3 /r 4d6sdk3 /r 4d6sdk3 /r 4d6sdk3 How would I read the results, and if all results are not over 14, redo the macro essentially?