Hello all, I'm trying to add a dropdown to the ammunition area in 5e OGL which allows a player to select different ammo after clicking on the attack action. I would also like to automatically toggle Global modifiers in this macro. I am using !setattr to facilitate this. The main problem that I am having is: The global modifier fields are being set, but it isn't being included in the first roll.  In other words, selecting +1 ammunition will correctly check the global to-hit modifier entry, but the attack that triggered this doesn't have that bonus included.  For now, I've abandoned the drop-down portion and I'm just setting the modifier in the ammunition field.  Is it a race condition...can it be fixed?