I'll give you the one that I use for my game, for the Community, thought it seems you are already on the path to the set-up you need for yours. We have AD&D 2nd Edition character sheet, and this uses one of the community-created API scripts by The Aaron called "Color Emote". Mine is set-up as a Token Action, per Character. To see their stats, I just click the character's token, and then click the "SHOW STATS" macro in their token-actions bar. If I wanted to see 6 characters, I would be clicking 6 people, for me this is better than outputting all 6 characters at once, and does not take too much effort if I want to see all, I just click them all once each. !cem @{Selected|Token_Name} a @{Selected|race} @{Selected|class} around Level @{Selected|level}, has @{Selected|HP} HP out of @{Selected|HP|max} max HP. @{Selected|kit} with Strength @{Selected|Strength} (can carry @{Selected|carryweight} lbs.), Dex @{Selected|Dexterity}, Con @{Selected|Constitution}, Int @{Selected|Intelligence}, Wis @{Selected|Wisdom}, Charisma @{Selected|Charisma}. Height @{Selected|Height}. Age @{Selected|Age}. AAC @{Selected|AC}. /fx nova-charm @{selected|token_id} Notes: My code puts a character summary in the Chat Room that everyone in the game can see. Using Color Emote for a nice appearance with the Character's portrait. If you don't use Color-Emote API, just change where the code says !cem change it to /me or /w gm . Using the new special effects, /FX command to put a glowing effect that shows which token is being profiled in chat. I give the Current and Max Hit Points, Next to Strength I give the stat of their Carrying Capacity because that stat is used in our game, Also gives their height, weight, age, armor class, and other stats. This does not require coding the PC's Name, mine is set up to work on the Selected Token so the same code works for any token, any name. Happy adventuring!