I was not quite sure how to title this since I don't know exactly how to describe it but I am using the SRD5 Character Sheets for my game. This allows players to click their weapon/attack on the character sheet and have it make the attack roll. The area I am focusing on is that when you roll, in the main chat it comes up in a box and allows you to click the name of the weapon/attack in order to roll damage. Is there some way to introduce that functionality within a macro? Right now what I have is rolling two attacks, /roll 1d20 + @{selected|npcd_str_mod} /roll 1d20 + @{selected|npcd_str_mod} And what I want to have is those both appear and me be able to click the name/attack in order to roll the damage. If I could also code what that damage roll would be that would amazing! Is this something I need to subscribe and edit the API for? Overall, what I want my macro to look like is: /em strikes out with both shortswords! /roll 1d20 + @{selected|npcd_str_mod} (here is the damage roll that I could select if the hit landed) /roll 1d6 + @{selected|npcd_str_mod} /roll 1d20 + @{selected|npcd_str_mod} (here is the damage roll that I could select if the hit landed) /roll 1d6 Thank you for all help and input!