
I wanted to setup a token action for some of my NPCs that would generate ability command buttons for their special abilities. I have something like this setup. /w gm [Thing1](~selected|repeating_racial-trait_$0_roll) [Thing2](~selected|repeating_racial-trait_$1_roll) This works that the command buttons are displayed only to the GM, But when I click on either command button it displays the output to everyone. I tried adding /w gm to various parts of the ability command button macro. I also think I could setup a chain of macros where I would have a macro that would /w gm the "selected|repeating_racial-trait_$0_roll" and then have another macro call those macros with ability command buttons. But that seems like it could be a lot of work. Is there an easier way to have the output of a command ability button only be sent to the GM? Thanks!