
I am running Tomb of Annhilation, and there are a number of player rolls that I am performing in secret as the GM (Investigation, Perception, Survival) as the players do not know if they were successful or not. The issue I am having is getting the output formatted the way I want. I can easily "/w gm %{selected|investigation}" and get a roll. But the roll does not show the PC's name, and I want to have that on my screen for when I roll multiple PCs one after the other. Solution 1 was to create 3 lines in the macro. It is ugly, and I hate it. Solution 2 is also ugly. I like having it all in a single box, but I want to get rid of the excess garbage showing up. The code for that is " /w gm &{template:default}{{description=@{selected|character_name} }} /w gm %{selected|investigation}}}". I have read the macros page several times, but I don't seem to understand it well enough to see what a solution should be. Any help?