Pardon me if this a sheet-specific issue - I couldn't determine it myself. Currently using a 13th Age sheet and trying to implement an ability through card view. A custom roll looks like this: 1. [[1d20+[[@{DEX-mod}]][DEX]+[[@{level}]][LVL]+[[@{E-DIE}]][E-DIE]+2]] 2. [[[[1d20cs>10]]+[[@{DEX-mod}]][DEX]+[[@{level}]][LVL]+[[@{E-DIE}]][E-DIE]+2]] The issues: - Neither 1 or 2 will display green borders. I tried making 2 as a test so it would force it to show a crit, but just the regular number appears. - If I do a [[1d20cs>10]] alone without the nestling [[]] to complete the rest of the operation, it works fine. Anything else gives me a regular number. Using Chrome Version 61.0.3163.91 64-bit. Again, apologies if this is not the correct forum, please advise.