Hey Guys, I'm trying to get a macro to work for DM as either a token action or macro across multiple selected tokens. Basically, I want to select numerous tokens and click once to have them all roll initiative and have it added to the tracker. Currently, my macro will only roll it for the first one I selected, despite having them all selected. Below is my current macro text: @{selected|token_name} Initiative Roll [[1d20 + @{selected|dexterity_mod} [Dexterity Mod] &{tracker}]] It works fine for the first selected, or individually selected - but not in a group. Suggestions?