
Hi ALL, I'm trying to make a weapon attack button on my character sheet. I would like it to both rolls against the weapon skill, and also calculate damage and hit location. I can't seem to add more than one roll to each button. < button type = "roll" value = "/roll 1d100<@{Mele}, /roll@{DMG}+@{DGM_Bonus}, /roll 1d10" name = "roll_BluffCheck" > < /button > This is an example of what I have tried. Thanks!