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

Q about working with "whisper" (/w _displayname)

1383216519
Stephen S.
Pro
Marketplace Creator
Sheet Author
API Scripter
Notice the _displayname names spaces give you fits. Anyone know how _displayname are treated if you have a "Bobby L." and a "Bobby M."? Tried sending a "/w" with "_id" to get around it.... and the _d20userid as well.
1383265886
Lithl
Pro
Sheet Author
API Scripter
It is odd that there's no means of quoting the player/character you whisper to (you can do it with the /as command) -- probably an oversight. As an API workaround, if you're dealing with characters you can temporarily change the character's name, send the whisper to the character, then change the name back. (Remember to change it back! ~_^) Player display names are read-only fields in Roll20; you cannot change them using set .
1383270861

Edited 1383272451
Stephen S.
Pro
Marketplace Creator
Sheet Author
API Scripter
Yea... you just need to have the players pay attention to their display names... distinct one word names makes the issue a non-issue. I will be posting a draft script for speaking in languages shortly. EDIT: <a href="https://app.roll20.net/forum/post/435782/script-what-did-he-say-file-under-roleplay-api#post-435782" rel="nofollow">https://app.roll20.net/forum/post/435782/script-what-did-he-say-file-under-roleplay-api#post-435782</a>