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

Macro for private message including character name, despite not selected token

Hello i was making a macro for my playesr to send me a msg, and i would like to know if is possible that the macro say the name of the player, despite there is no token on active map. the macro is like this: /w gm {&{template:default}{name=Message from XXX }} {{?{message}}} Is it possible to make the XXX show the player that is sending the message? Thank you
1587425040

Edited 1587425110
vÍnce
Pro
Sheet Author
I don't think you can get a player name without using some API scripting(pro perk)... FYI: When a player sends a whisper, the player's name precedes the whispered message.  ie  (From SoandSo): Hello DM Maybe use a prompt for the player to enter their name? /w gm &{template:default} {{name=Message from ?{from}}} {{?{message}}}