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

Macro to hit specific body parts

Hi, I am trying to create a macro for a d10 and the result is linked to a body part. Ex: Roll of 10 = Head Roll of 1,2, 3, 4, 5 = Body Roll of 6 = Right arm Roll of 7 = Left arm Roll of 8 = Right leg Roll of 9 = Left leg I am pretty sure it's a simple macro but can't find it on the web. Can somebody help me with this? Thanks in advance.
1620329019
Finderski
Pro
Sheet Author
Compendium Curator
You probably want a Rollable Table with the following entries: Head (weight 1) Body (weight 5) Right Arm (weight 1) Left Arm (weight 1) Right Leg (weight 1) Left Leg (weight 1) Then you could call the macro like this [[1t[HitLocation]]] (assuming the rollable table name is HitLocation)
Thanks a lot. I will try this!