
Hi there! I'm a 5 year roll20 user and I have a macro that I use in the D&D 5e games I run that displays each character's current AC, Hit Points, PP, and PI, but I want to format it better so that it's condensed into one GM-whispered table and doesn't have to be a separate GM whisper for each character. Any help would be greatly appreciated! Here is an example of the macro from one of the games I run: /w gm &{template:default} {{name=Bastion}} {{AC @{Bastion|ac} | HP @{Bastion|hp} / @{Bastion|hp|max} | PP [[10+@{Bastion|perception_bonus}]] | PI [[10+@{Bastion|insight_bonus}]]}} /w gm &{template:default} {{name=Danrey}} {{AC @{Danrey Nolds|ac} | HP @{Danrey Nolds|hp} / @{Danrey Nolds|hp|max} | PP [[10+@{Danrey Nolds|perception_bonus}]] | PI [[10+@{Danrey Nolds|insight_bonus}]]}} /w gm &{template:default} {{name=Echo}} {{AC @{Echo|ac} | HP @{Echo|hp} / @{Echo|hp|max} | PP [[10+@{Echo|perception_bonus}]] | PI [[10+@{Echo|insight_bonus}]]}} /w gm &{template:default} {{name=Rahzi'el}} {{AC @{Rahzi'el|ac} | HP @{Rahzi'el|hp} / @{Rahzi'el|hp|max} | PP [[10+@{Rahzi'el|perception_bonus}]] | PI [[10+@{Rahzi'el|insight_bonus}]]}} /w gm &{template:default} {{name=Shiv}} {{AC @{Shiv|ac} | HP @{Shiv|hp} / @{Shiv|hp|max} | PP [[10+@{Shiv|perception_bonus}]] | PI [[10+@{Shiv|insight_bonus}]]}} /w gm &{template:default} {{name=Vash}} {{AC @{Vash Darklighter|ac} | HP @{Vash Darklighter|hp} / @{Vash Darklighter|hp|max} | PP [[10+@{Vash Darklighter|perception_bonus}]] | PI [[10+@{Vash Darklighter|insight_bonus}]]}} Here's what it looks like in chat to me: