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

Jack of all trades macro

After much effort and research on my part, i have managed to figure out how to work reliable talent into my custom macros. But i haven't figured out how to half a modifier, rounded up. is there a way to do this without API?  I can half it just fine. Its the rounding up part that im stuck on.
You'll need to use the ceil() function, listed on the Dice Reference wiki page . Something like: /roll ceil(@{selected|strength_mod}/2)
oh. thank you! That was an easier fix than i thought.