Hi! I would like to count the numbers for successes only. E. G. If you succeed by rolling 3 or more on a d6, and you roll 3d6, add all success numbers together, and skip the failures. So if the results would be 2, 4, and 5 it would skip the 2 and just add 4 and 5 together. I've tried to approach it for several ways for hours, but I really can't. One way would be to first look for all successes and then add them together. Unfortunately I can't find a way of modifying the output. Every time I tried to give conditions for success, it started counting the number of successes which is not what I'm after. I have even considered doing all macros in google spreadsheet, but apparently it's not possible to export them to roll20. Does anyone have any idea on where to look?