Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
This post has been closed. You can still view previous posts, but you can't post any new replies.

[13th Age] Nested dice rolls not showing green/red borders for criticals

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.
Nested rolls never show whether it is a critical or not. It is basically only seeing a number, not a die roll, due to the order of operations. If you want a crit to show, you can't nest them.
Thanks Sky - if I remove the nesting to show it, is there a way to add everything up, or is my best course of action just adding up the other modifiers separately and letting the dice roll show?
It just adds up? You should be able to just remove the crazy nesting and just add things directly? I may be missing something. As an example: [[1d2 + @{selected|Strength}]]  Will show crit fails when the 1d2 is a 1 and crit wins when the 1s2 is a 2. And adds the strength of the selected token to present a total roll of 1 or 2 plus whatever the Strength might be.
1506049572

Edited 1506049771
Dang. I apologize, my brain crapped out. For some reason I did the extra nesting, which was completely unnecessary, and broke it. Just removing the additional stuff as you mentioned works perfectly. Thanks a bunch! Edit: Not sure why, but at the time number 1 wasn't working with that exact same syntax, and now it is - I must've messed up and inserted some invalid character, I don't know.
1506062074
Gen Kitty
Forum Champion
Glad to hear things are working for you now.  I'll mark this as resolved and close the thread, but please don't hesitate to start a new thread if you run into any new issues or concerns.