Well, if you’ve seen my other post, you’ve seen that I’m trying to make a modular weapon that does everything with one button. instead of reading the weapon head from an attribute, I have laid them out into individual ability buttons. I want to change the macro that sets the head attribute to instead toggling off or on the weapon head token actions, which would prevent the roll queries from popping up when that head isn’t in use. So it would set one istokenaction to true based on the ability name, and set the two others to false, also based on the name. So I would need to be able to manually select the abilities and their value for istokenaction.