Hi--a helpful person helped write a macro which I use for all of my Monk's attacks, and it's AWESOME. The only problem is that it doesn't read any Buffs I may have active (such as a Bard's Inspire Courage or a Bull's Strength, etc) and thus we have to just remember to add them all in after the rolls are made. Is there a way to have a custom-made macro access whatever Buffs you may currently have turned on? This is the macro as it stands now (for a Flurry of Blows with Power Attack and Trait bonuses worked in): &{template:pf_attack} {{name=Flurry of Blows}} {{attack=[[1d20+@{Komodo|STR-mod}+@{Komodo|bab}+@{Komodo|PAtt}]]}} {{crit_confirm=[[1d20+@{Komodo|STR-mod}+@{Komodo|bab}+@{Komodo|PAtt}]]}} {{damage=[[1d8+@{Komodo|STR-mod}*2+@{Komodo|PDmg}+@{Komodo|HvyHit}]] bludgeon + [[1d6]] fire}} {{crit_damage=[[1d8+@{Komodo|STR-mod}*2+@{Komodo|PDmg}+@{Komodo|HvyHit}]] bludgeon}} {{attack2=[[1d20+@{Komodo|STR-mod}+@{Komodo|bab}+@{Komodo|PAtt}]]}} {{crit_confirm2=[[1d20+@{Komodo|STR-mod}+@{Komodo|bab}+@{Komodo|PAtt}]]}} {{damage2=[[1d8+@{Komodo|STR-mod}*1.5+@{Komodo|PDmg}+@{Komodo|HvyHit}]] bludgeon + [[1d6]] fire}} {{crit_damage2=[[1d8+@{Komodo|STR-mod}*1.5+@{Komodo|PDmg}+@{Komodo|HvyHit}]] bludgeon}} {{attack3=[[1d20+@{Komodo|STR-mod}+@{Komodo|bab}-5+@{Komodo|PAtt}]]}} {{crit_confirm3=[[1d20+@{Komodo|STR-mod}+@{Komodo|bab}-5+@{Komodo|PAtt}]]}} {{damage3=[[1d8+@{Komodo|STR-mod}*1.5+@{Komodo|PDmg}+@{Komodo|HvyHit}]] bludgeon + [[1d6]] fire}} {{crit_damage3=[[1d8+@{Komodo|STR-mod}*1.5+@{Komodo|PDmg}+@{Komodo|HvyHit}]] bludgeon}}