
Hello, I'm trying to define as any roll below a certain number to be a crit failure, so that it's outlined in red, and any roll above to be a crit success so that it's outlined in green. There is a roll, a modifier, and a value pulled from the selected token's journal entry. My partially working macro is [[ 1d20cf<@{selected|PPDM}+?{Modifier|0}cs>@{selected|PPDM}+?{Modifier|0}} ]] This will properly outline in red, however it will only outline in green on a die roll of 20. If I switch the order, so that the crit success expression is listed first, then it will correctly outline passed rolls in green, however it will cease outlining failed rolls in red (unless the die roll is a natural 1). Could someone please help me figure out what I'm doing wrong? Apologies if this is an simple question, my group just started playing online because of the virus.