
Hi, I would appreciate any help on the following. I am creating a button roll for Rotted Capes. They have a mechanic where you roll 2d10 and add it to a roll for an attribute (e.g. 1d6, 2d6, 3d6, etc). The 2d10 also flags success or failure when a double 10 or double 1 is rolled. The attribute roll explodes (got that piece functioning). I got the following example to work where MightDie = 1d6 and MightRollMod = 5 (variable input on the sheet): {{roll=[[2d10 + @{MightDie}! + @{MightRollMod}]]}} How do I format the 2d10 so it flags a critical success (double 10's) or critical failure (double 1's). I tried the following but it threw an error: {{roll=[[(2d10)cf=2cs=20 + @{MightDie}! + @{MightRollMod}]]}} Thanks, Barry