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
This post has been closed. You can still view previous posts, but you can't post any new replies.

Diceless roll/formula

It will be usefull a dice-less formula that calculate a value with char attributes something like: /formula @{Level}/2 +10 + @{Intelligence} - Difficulty Class That will turn out as RESULT - Difficulty Class
Alex D., you could try something like:  /r 0d1 +  @{Level}/2 +10 + @{Intelligence} - Difficulty Class It's a little extra work at the moment, but might still get you the result you want with what options are available currently.
Yeah, it's something I've wanted for a while too.  /r 2 + 6 should just return 8, not an error because there wasn't an actual die roll in there.  It'd be super useful if they could be done as part of an already existing line, too, so you can type something like Saving Throw - /r 10 + @{CON} Fort and just have it display as "Saving Throw - 14 Fort."  The 0d1 thing's pretty annoying and unnecessary.