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 triggered prompt to other player possible?

So I know its possible to have macros that pop up prompts to ask the person triggering them details, but is there any way the person who uses the macro could target another players token and have that pop up a prompt on their screen? For example an attack that prompts the defender to either block or dodge and then compares the two? Thanks for any help in advance.
1455821296
The Aaron
Roll20 Production Team
API Scripter
Unfortunately, not as part of a macro. An API script could send a whisper to the controlling players of a target token and prompt them for an action via an API Button.  (API is a pro level perk.) If that interests you, post in the API forum and (ahem) someone will likely be able to help you.  =D
Thanks.
1455826867
Silvyre
Forum Champion
The Aaron said: An API script could send a whisper to the controlling players of a target token and prompt them for an action via an API Button.  (API is a pro level perk.) If you're interested, here's an example of a macro that incorporates this.