I'm still pretty new to all this and trying to figure out a couple things. I'd like to make a set of macros that can add and remove buffs/conditions to the character associated with the selected token. So far, adding something is pretty easy: !setattr --sel --repeating_buff_-CREATE_name|Cover --repeating_buff_-CREATE_mods|2 to armor --repeating_buff_-CREATE_toggle|1 However, since I'm "creating" a new row rather than simply modifying a specific attribute I know will always be present, I can't figure out how to then remove or toggle the attribute since I don't know how to magically find/remember its row number or ID. I'm probably overlooking something super simple. Hopefully what I'm trying to achieve makes sense! Thanks all :)