TYPO said: This is very useful information that wasn't available (or at least easily found) in the wiki. I, too, was frustrated by the inability to drag and drop buttons into macros/abilities. Knowing that the code is stored in the chat entries - and how to find it - is extremely helpful. Thanks, folks! Vince said: Hi Typo. Nesting Macros (wiki) allows you call one macro from within another. One method to learn a sheet roll's macro name; execute a sheet roll button from the character sheet, after it's done, click into chat and use the UP arrow key to see the commands that were just sent to chat(you can cycle using Up/Down keys). You should see a name that starts with "%" That is the name of the sheet roll macro. You can use that name inside of other macros to trigger that macro. Nesting macros. Hope this helps. Cheers Vince, when I do this with Abilities that I have created in my character sheet (in the Attributes & Abilities tab), I get the notation that you're talking about with the percent sign. But when I click a button generated by the character sheet - the Initiative button, for example - I get a macro's worth of code dumped into the chat and then executed. Is there any way to call those buttons with a simple name, or do I just have to copy and paste all the code? Also, my character sheet buttons seem to be calling templates (designated by the ampersand "&" signal, correct?). Is there a list somewhere of templates available in Roll20 and the parameters and arguments they use? The Roll Templates entry in the wiki (which I linked in my OP) as a few examples, but not a complete list, and some of the examples seem to be inaccurate. Beyond that, different templates seem to have different syntax in some cases. I'm looking for a resource where I can find all the different templates and how they work. You can right-click any non-repeatable button and use Inspect Element(Chrome) to see the code(html) associated with the button/macro. The "title=" is the button/macro name and it starts with % as expected. The "value=" attribute listed is what is sent to chat. Same as if you manually typed it in chat and hit enter. The roll templates available depend on what sheet you are using. Best to look for info in the wiki or the character sheet forums. Given time, the character sheet templates page will proabbaly include information about roll templates. The roll20 &{template:default} is available to everyone regardless of the sheet used.