
Evening all, I've been playing around with the macros the last few evening to try and make my game as simple as possible for my new players. I'm new myself so its a steep learning curve currently. I was wondering if there is a way to make an attack roll automatically roll additional dice on a critical hit? Such as an IF type function? We don't use the character sheets so I've just added a few key attributes to the characters abilities page, we're playing DnD 5e.
Example of my current attack roll macro
/em @{selected|character_name} Fires his Longbow!
/Roll d20 @{selected|DEX} @{selected|PROFF}
/Roll d6 @{selected|DEX} Damage!
Cheers for any help you can offer!