Writing a conditional to toggle off a checkbox. Basically the effect is that ifthe weapon is identified as being 2 handed then the macro/powerward will automatically deactivate the character's shield. This is how it looks --?? @{selected|WeaponTrait_1} == * ?? api_setattr|_sel
_ShieldReady|0 _mute I also tried --?? @{selected|WeaponTrait_1} == * ?? api_setattr|_name @{selected|token_name} _ShieldReady|0 _mute As a checkbox option on the character sheet the sheildready has only two options, 0 and 1. But shoud I be using on or off code or is something else wrong? I know alterbars requires each alterbar to be labelled differently (alterbars1, alterbars2 etc) is that the same for setchatattr?