I'm very new to Roll20, as are my players - we're unable to meet in person since two of my players are ill - and I'm doing my best to stay a step ahead of said players so that I can help them as we learn the system. I have two token macros set up now, fairly simple initiative and perception (5ed) things that I found on these forums and modified to my needs, looking like this: /w GM @{selected|token_name} Initiative [[1d20 + @{selected|initiative_bonus} &{tracker}]] What I'd really like is for my macros to iterate across a group - which is to say I'd like to hit Perception and have it iterate across all the characters, and hit Initiative and have it iterate over all selected tokens (so I can do my NPCs too). I realise I could hard-code the perception bit, but it's a bit clunky since I don't know from session to session which players/characters will be present. Is any of this possible?