Good day, I am sure this is just something simple I am missing... I am trying to create an Ability Command Button, I want to define a macro that rolls abilities from a character sheet, in essence this seems simple enough, and what I have almost works, but it seems I need to echo a line return / carriage return to my macro? The characters name is BloodHound, and in this sample, I want to roll his Agility, eventually I want a full pull down list, but one step at a time. @{BloodHound|agilitybutton} is what i need, I can generate that in my macro, I also am using the "selected" it echos to the chat window as that, but does not roll the ability. if I copy the command text generated by my macro, from the chat window, and then paste it back into chat, and enter a carriage return, it works. I have tried several methods to set a line break with nothing seems to work so far, so trick to this? @{@{selected|character_name}|agilitybutton} I have tried appending carriage returns in several ways, /n , /r, 
 nothing seems to be working here. Something I am missing here? Thanks for any assist