Hello, In the system we use we roll for hits using a Try and Success System. I have this macro which gives how many total Success was rolled: /r {4d10!cs>7}>7. Is there a way to write a second part to this that will automatically roll XD3 dice where X is the number of Success rolled? I do not want these added to the Try and Success Roll so I believe it needs to be separated with a comma, but I cannot figure it out. "/r [[{4d10!cs>7}>7, ......]]" Thank you for any help!