I got my macro to show the damage I want, but is there any way I can have it Display the type of damage (Melee, Ranged, Bonus) like it would if I click from my character sheet? Here is my macro /roll ?{Choose Damage Type|
Melee, 1d6 + @{dexterity_mod}+@{PB}|
Ranged, 1d6 + @{dexterity_mod}+@{PB}|
Bonus, 1d4 + @{dexterity_mod}+@{PB}
} + [[ ?{Sneak Attack?|No, 0|Yes, 2d6|Crit, 4d6} ]] + [[ ?{D6CRIT?|No, 0|Yes, 1d6} ]] + [[ ?{D4CRIT?|No, 0|Yes, 1d4} ]] I couldn't find something like this with search, i could also be very tired and my brain is mush