
Hi ya! I'm trying to make the life of my GM a bit easier with a macro. The situation is this:
1) Counting the number of successes (the number of rolls equal to or under x). Done.
2) Inputting the number of rolls when launching the macro. Done.
3) Halting the macro if the roll is equal to or under y, but including the roll as a success. Working on this.
4) Outputting the number of successes and whether there was a roll equal to or under y. Next.
(y is always less than x)
That's the situation at the moment. Is there a way to halt the rolls when a roll is equal to under a certain number?