
Hey all, Happy New Year! Basically I'm trying to create a macro that toggles on or off the "Damage2" field in a certain weapon attack (or multiple weapon attacks, really). This is for a Paladin's Sacred Weapon ability. Ultimately the macro should ask him which weapon he wants to affect, then "tick" the checkbox for the Damage2 field on the selected weapon attack. I'm NEARLY there with this one, I just can't find out what the right syntax is for that damage 2 field. I've tried: !setattr --name Chavante --repeating_attack_$1_dmg2flag|1 !setattr --name Chavante --repeating_attack_$1_damage2_active_flag|1 !setattr --name Chavante --repeating_attack_$1_dmg_2|1 And about a hundred other iterations of this. ($1 in this case is our paladin's Glaive attack, I'm using that as a test.) Also, for reference, I'm using the 5eOGL sheet. Can anyone help? Thanks in advance!