
I'm trying to make a simple attack macro for my pathfinder game, so that I don't have to flip through all the page of my monsters and characters in order to see the basic defense stats when an attack is made. I want, simply, to print the attack roll, and send the DM the target's stat block. Currently the macro looks like this: %{selected|repeating_weapon_$0_attack-roll} /w gm %{target|defense-stats} But when testing this out by rejoining as a player, it doesn't print the stats of the target, and another problem pops up: Even if it did print the stats I'm looking for, it would let the player see the stats! Is there any way to make it so when the player uses this macro, it sends a message just to me as the DM with the defense stats of the target?