
Wondering if there's an accessible value I can use which has the player's name stored (as opposed to the token's or the character's)? Trying to work on a turn tracker for Gaslands, where a single player may control multiple vehicles, and play cycles through all players in order (with each player choosing an eligible vehicle to activate) until all eligible vehicles have taken a turn. Since a single player may have more than one vehicle under their control, and since initiative proceeds by player and not by vehicle, I'd love to be able to use a macro calling Add Custom Turn to add the player name to the tracker. Is there some variable like @{selected|player_name} that I can use? I tried experimenting with that syntax specifically and came up empty, and have been running searches to see if the question is answered elsewhere but also didn't get any hits. Thanks for your time!