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

Character token ability that allows you to select the number of die rolled?

I'm trying to create a character token ability for a Celestial Warlock. It has an ability called Healing Light that allows a player to roll a number of d6's to heal. I would like to create an ability for my character that allows me to select the number of d6's. I don't know if this is possible, so anyone have a clue as to how I might be able to do this? 
1516810629
GiGs
Pro
Sheet Author
API Scripter
You can use a  Roll Query : /roll ?{How many dice?|1}d6 If its based on level, you can have it calculated so you don't need to prompt for dice. Say you get 1d6 at level 1, and +1d6 every +5 levels, you would use: /roll [[ceil(@{level}/5)]]d6
That was a lot easier than I thought it would be. As you can probably tell. I have no idea what I'm doing. 
1516822222
GiGs
Pro
Sheet Author
API Scripter
no problem - we all started out like that :)