you could toggle the buffs in the sheet by hand, but short of the API, theres no way for a macro to trigger a change in the sheet. you could also add a roll query to all your macros that would be something like: ?{Werewolf|yes, 4|no,0} for anything dependent on Str or CON For the Dex, you would just add a *2 after the roll query. ?{Werewolf|yes, 4|no,0}*2 This way you will only have to answer the roll query once for any given action and it will propagate to any place you've put the roll query.