Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Created a series of buttons - How do I keep them from appearing in everyone else's chat? I don't want to pollute other people's feeds

Created a series of buttons - How do I keep them from appearing in everyone else's chat? I don't want to pollute other people's feeds I'm not sure how to implement /w
/w "@{selected|token_name}" ... It will only whisper to the owner of the token, which should be only you.
1488217540
The Aaron
Pro
API Scripter
You can whisper them to your player name: /w "Andy K." [Notice}(~... Assuming you haven't changed it in that game.  If you have, you can use whatever you changed it to.
Thank you, but I have a formatting problem The character's last name appears TWICE.  How do I stop that? In Journal character name is Barka Murkit. On token it's Barka Murkit (Andy), but an additional Murkit appears.  I don't know why that's appearing
This is a fault with the /w functionality. It has the format /w <target> <message>. Unfortunately, character with two names (John Doe, for example) will have the first name be used for the <target> and the other names will be used in the <message>
Try to put it in quotes like my example, that usually works for tokens with two names.
1488225628
Lithl
Pro
Sheet Author
API Scripter
Kyle G. said: This is a fault with the /w functionality. It has the format /w <target> <message>. Unfortunately, character with two names (John Doe, for example) will have the first name be used for the <target> and the other names will be used in the <message> /w "<target>" <message> is the fix to the problem.