I have a macro that shows the stats for a target token, with a button to show their picture in the chat box. It's my workaround so players can see the avatar graphic of NPCs. I store avatar pictures on a 3rd party site so I can make this work. macro: token-stats @{target|Character|token_name} has @{target|Character|strength} strength. [See picture](~token-avatar) macro: token-avatar [Picture not Available](@{target|Character|pic_url}) If you click "See Picture", then you have to click on the target icon again. I'd prefer a button that just shows the picture. I don't want to show the picture by default because it's a lot of clutter in the chat box. Is there some sneaky trick to pass the pic_url into the next macro? Or hide the image in the 1st macro, but make it visible on a single click?