As the title states I'm having issues getting chatsetattr to toggle the global damage modifier box for rage and have the PC's attacks spit out the correct damage and im using the 5e OGL sheet. Here is the macro I'm using: ?{Raging?|Yes, !setattr --sel --repeating_damagemod_$0_global_damage_active_flag|1 !token-mod --set bar3_value#-1 !token-mod --set statusmarkers#!fist|No!, !setattr --sel --repeating_damagemod_$0_global_damage_active_flag#0 !token-mod --set statusmarkers#!fist } /fx burst-blood As you can see it is a multipurpose macro. It's set to query whether the pc is raging, toggle the button, add a marker, subtract 1 from the character's class resources through its token, and give a juicy blood burst effect. IT ALL WORKS. The button gets checked but when the player rolls for damage no rage bonus is applied. If i go into his sheet and manually toggle the button it works fine. I have a Bless macro that is the mirror image of this but for global attack and global saves and it works like a charm. Am i doing something wrong here? Someone please help.