I like to display token names in their tooltips as opposed to the permanently pinned nameplates. I currently use a TokenMod macro to set this up.
!token-mod {{ --set tooltip|"@{selected|token_name}" --on show_tooltip --off showname showplayers_name }}
This works great with a single token. The token's name is placed in the tooltip, the nameplate is hidden, and my players see the token name when they float their cursor over the token. Perfect! However, if I select multiple tokens and run the macro, they all end up with the first token's name. For example, if I select an orc, a goblin, and a drider and then run the macro, they all end up with their tooltip set to "Orc". Is there any way I could adjust this macro to allow it to work with multiple tokens? It doesn't even have to require selection. I configure every token this way (PC and NPC) so it could be a macro that effects every token on the page. My current work around is to run the macro token-by-token which isn't great.
Thanks,
Don