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

Named Roles containing numbers creates issue

I created a named roll /roll 1d20 + 11 for Attack1 this Resulted in Shalarim: rolling 1d20 + 11 for Attack1 (15)+111 = 112 Note the 1 from my roll name (Attack1) has been added to my roll therefore 111 was added instead of 11,
If you use numbers or other special characters (like +, -, etc.) you need to include the escape character to separate your formula from your text. So you could write that as: /roll 1d20 + 11 \ for Attack1 Notice the addition of the backslash (\) which tells the dice roller "everything after this is text, don't include it in the roll." More info on this is documented here: <a href="http://help.roll20.net/dice-rolling-reference/" rel="nofollow">http://help.roll20.net/dice-rolling-reference/</a> ("Including Additional Information")
Cheers, still getting a feel for what I can do with the system. Great work so far,