First of all: Great job you're doing here!

I tyied to create some macros (maptool 1.3.b43) for my Warhammer Fantasy Roleplay Group last weekend. But there are some (sincerly noobish) problems I can't get along with.

In Warhammer rules you make a 1d100 Attack Roll. This Roll in reverse is used to show HitLocation (Head, right Arm, left Arm, Body, right Leg, left Leg) of this Attack) at the same time.
Example:
Attack: Roll 1d100 = 32
HitLocation: 23 (-> right Arm)

Can you show me, how to reverse a diceroll?

Warhammer uses different HitLocation Tables (f.e. Humans, Birds, Animals). I created a couple of HitLocation Tables (I build them in reverse because of first problem). If I use them on different macro buttons, they run like this examples:
Code: Select all
[x=(1d100)] [tbl("HitLocationHumans",x)]
or
Code: Select all
[x=(1d100)] [tbl("HitLocationBirds",x)]
But I want to do this in only one macro, with a selection window like this:
Code: Select all
[H: input("HitLocation | Humans , Birds , Animals | Choose Enemy | List | select=0")]

Can you show me, how I can combine my HitLocation selection window with the HitLocation macros?
May the Dice be with you!
