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

Quick Macro help.

I;m trying to make NPC speak in character thru text, each NPC how a character sheet and token and I wanted to make a macro that would let me speak as them without going into chat each time and changing the bar that says As to that NPC. I tried looking on the roll20 macro page with no luck, this what I currently have so far  /me in a claim and serious tone say "?{what does he say?}"  If I could get some help that would be great. Sorry if I posted this in the wrong spot. 
1476297442

Edited 1476297465
The Aaron
Roll20 Production Team
API Scripter
You can use /emas to speak as a particular character: /emas "The Black Knight" sprays you with blood from many wounds and squeaks "Tis but a flesh wound!" If you want to create a macro to speak as a character that has a token, you can use a macro as a token action like this: /emas "@{selected|character_name}" says "?{Says}" As a token action, it will be available whenever you have a token selected so you can speak as it. &nbsp;You could also have a token name version: /emas "@{selected|token_name}" says "?{Says}" for those cases where a token doesn't represent a character. You could also have one for on the fly speaking as a person with neither a character nor a token: /emas "?{Who}" says "?{Says}" See:&nbsp; <a href="https://wiki.roll20.net/Text_Chat#Speaking_and_Emo" rel="nofollow">https://wiki.roll20.net/Text_Chat#Speaking_and_Emo</a>...
thanks you're the man
1476297841
The Aaron
Roll20 Production Team
API Scripter
No problem, happy to help!