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

Help with my dividing roll

1584061529
Wild Magic Surge
Pro
Marketplace Creator
I have a house rule where long rest only heals half max hp + 1d12 if the player is proficient with Medicine.   /roll 1d12+@{selected|hp|max} / 2 This roll works but the following does not @{selected|hp|max} / 2 I fixed it by doing the following but there has to be a better way.  /roll 1d0+@{selected|hp|max} / 2
1584062302
The Aaron
Roll20 Production Team
API Scripter
Try: [[@{selected|hp|max}/2]]
1584062950
Wild Magic Surge
Pro
Marketplace Creator
Thanks Aaron.