
Hello all,
I am trying to use the critical success/critical failure features in Roll20 for my custom system which uses d6 dice pools. Critical failure will be 1-3 while critical success will be 4-6, so I understand that when rolling a single d6, it would look like /roll 1d6cf<3cs>4. However, the number of dice rolled is dependent on character's attributes, skills, and other variables.
Is there a way, when a roll looks more like {{roll= [[[[@{variable1}+@{variable2}+@{variable3}...]]d6>?{Target Number?|4}]]}} to add the cf<3cs>4 text but have it only apply to the last die rolled? (or the first, or really any single die, doesn't matter). As it is, with the defaults left intact, the roll result comes up as green if ANY die is critical success, red if ANY die is a critical failure, and blue if at least one die each is a crit success/crit fail.