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 .
×
Create a free account

Critical success rolls with derived value possible?

I have 3 attributes: @{Skill} = 60, @{Mod} = 10, @{Total} = @{Skill}+@{Mod} 1d100cs<@{Total} is parsing out to (1d100cs<60)+10 (giving 11-110 with crits on 60 and less) when I'm trying to get 1d100cs<70 (giving 1-100 with crits on 70 and less) Any help on how to format this? Everything I'm trying just gives syntax errors or "could not determine the result of..."
I think you should be able to do "/r 1d100cs<[[@{Total}]]", using the inline roll to finesse the order of operations, but I don't think there's a way to do the whole thing inside an inline roll on the production server (dev has nested inlines, so you could do "[[1d100cs<[[@{Total}]]]]" there).
trying to have it done in a roll template
1429155962
Lithl
Pro
Sheet Author
API Scripter
I believe the nested inline rolls are slated to go live next week, at which point you'll be able to do as manveti suggested in a roll template on the production server.
Thanks, that's good to hear. My house rules sheet won't be quite finished by next week anyway :) Thanks for the insight.