Hi everyone, I have been working on modifying the ApplyDamage script to be compatible with Pathfinder 2e Basic saving throw mechanic (double/full/half/none) damage. So far I have managed to deal with the pass by 10 or fail by 10 to calculate when there is a critical success or failure. However, the RESULTS(,) option from GroupCheck only provides a comma separated list of the save results with no indication of whether or not they were a natural 1 or natural 20. As per Pathfinder 2e rules, a natural 1 decreases the success grade by 1 and a natural 20 improves it by 1. Is there any chance that GroupCheck could provide an option to include that data? My suggestion would be in the form of something along the lines of: 23,27+,8-,14 Those would be 4 rolls with a +7 with the 27+ being a natural 20 and the 8- being a natural 1. In order for it not to break any existing macros/scripts it could be provided as a different option like CRITRESULTS.