1d20cs>20 is the normal crit success/fail highlighting and you can write in different numbers (for e.g. for a keen weapon in 3.5 you might write 1d20cs>19) I'd like to calculate the cs/cf range for PF2 rolls based on a roll query (the target DC), but I can't seem to figure out the syntax. I thought something like this might work: [[ 1d20cs>(?{DC}+10-@{character|ability}) + @{character|ability} ]] Let's say our character has a +6 to whatever ability we're rolling here. I thought that this roll syntax would query the DC (let's say we enter 10), and then that would be interpreted as [[ 1d20cs>(10+10-6) + 6 ]] or [[ 1d20cs>14 + 6 ]]. i.e. in order to highlight a crit success vs. the entered DC, we need to roll a nat 14. Doesn't work, though. Any tips on how I could get that to work?