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

Simple (I believe) macro request...

I am using a script to mimic the effects of a spell and would like to request how to make this script generate a minimum result of 1 and maximum result of 9. How do I do that?? [[1d20 + @{selected|SpellAbility} - 10]] Thank you
1432934698
Lithl
Pro
Sheet Author
API Scripter
[[{{0d0+1, 1d20 + @{selected|SpellAbility} - 10}kh1, {9}}kl1]]
Thank you Brian!