Dashiell S. said: So what would I need to put if I wanted to have a macro for a bite attack,and then have the damage rolled? %{NAME|repeating_action_ID_action} Dashiell, I know it is confusing so I am going to help you out. But I agree with the others that understanding repeating values and the shaped sheet documentation on repeating attributes and macros is going to extremely helpful in your case. I am assuming you are either creating a new attack macro or adjusting some of the coding withing an already established attack on the sheet. Otherwise, you really don't need any of this. I am also assuming you know how to find the ID of your attack and that it is KQ7zlCEzAgc9Spp5w5e from above post. Finally, I am assuming your character name is Wolf. If it is not, replace with the actual name from your character sheet. In your macro or code, referencing the attack macro of this particular attack is done using the following code. You can replace Wolf with selected to be able to run this from your selected token but the ID has to be the same or you will get an error. Putting this into a macro will output the roll template in the chat with both the attack and the damage as that is how the sheet works. %{Wolf|repeating_attack_KQ7zlCEzAgc9Spp5w5e_attack} And just to be a little clearer, this code outputs the name of the attack, the one you typed into the sheet. For example Bite. Generally, a standard user, even a GM would not need to use this type of reference. @{Wolf|repeating_attack_KQ7zlCEzAgc9Spp5w5e_name} Hopefully this helps. Let me know what you get. H