
Using ChatsetAttr I can currently toggle Bless On/Off from a single macro using:
!setattr --sel --silent !setattr --sel --silent --repeating_savemod_$0_global_save_active_flag|[[1-@{selected|repeating_savemod_$0_global_save_active_flag}]]
!setattr --sel --silent !setattr --sel --silent --repeating_tohitmod_$0_global_attack_active_flag|[[1-@{selected|repeating_tohitmod_$0_global_attack_active_flag}]]
However trying the same thing with the Global AC Mod is giving and error.
Macro:
!setattr --sel --silent !setattr --sel --silent --repeating_acmod_$0_global_ac_active_flag|[[1-@{selected|repeating_acmod_$0_global_ac_mod_flag}]]
Error:
No attribute was found for @{selected|repeating_acmod_-NyCFmM-u4kxsx0yTXee_global_ac_mod_flag}
I inspected the element to get the name of the repeating section for ACMOD since I couldn't find it listed on the Wiki.
Any help would be appreciated.
Thanks,
Shane