
Can someone help me write a macro for a d6 dice mechanic. This is what I have so far:
/em @{selected|token_name} attacks and rolls [[?{Rank|0}d6+?{Bonus Dice}+?{Modifiers|0}]]
This lets me select a token, which find's the token's name and allows the user to type in three variables (rank, which is the amount of d6s, the amount of bonus dice, and any modifiers. Now what I want to do is drop the lowest d6's equal to the number of bonus dice. Can I use the same Bonus Dice that was input twice somehow? Not sure if I'm being clear.
Thanks ahead of time for any help on this.
/em @{selected|token_name} attacks and rolls [[?{Rank|0}d6+?{Bonus Dice}+?{Modifiers|0}]]
This lets me select a token, which find's the token's name and allows the user to type in three variables (rank, which is the amount of d6s, the amount of bonus dice, and any modifiers. Now what I want to do is drop the lowest d6's equal to the number of bonus dice. Can I use the same Bonus Dice that was input twice somehow? Not sure if I'm being clear.
Thanks ahead of time for any help on this.