I know i posted a question a few months ago about a macro i was working on for a breath weapon but i need to expand it and made my macro bar more condensed. I plan to have 3 metabreath feats that change the number of turns the cool down for the next breath weapon. I have a rough idea of how to start it but not to go about writing it. I know I will need to use the same code as the ones used in full attacks but i am unsure of how to do that. &{template:default} {{name=breath attack}} {{attack=[[ [[ floor(@{level}/3)+1]]d8 ]]}} {{Cool down= [[1d4]]rounds}} {{Saving Throw= [[10+floor(@{level}/2)+@{con-mod}]]Reflex for half }} this is what i use currently for my breath weapon. I don't really want to have different macro buttons for each metabreath combo because that would result in 6 different macro buttons for the same basic attack.