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

Reaction Macro

Appreciate the help to write a macro that when a player whose token is selected has used a Reaction in the game to state the following in the Chat pane, "[Player Name] has used a Reaction!"
Would this be the player using a macro for themselves, or the GM doing it? For a player, you can use this macro: /em has used a Reaction! That requires the player to make sure their "Speaking As" is selected to their character. As GM you could use this macro: /emas @{target | reactor |token _name} has used a Reaction! If you want a player to be able to have a token action that emotes as that token name, then you'll have to use the "emas" script:&nbsp; <a href="https://github.com/Roll20/roll20-api-scripts/tree/master/Emas" rel="nofollow">https://github.com/Roll20/roll20-api-scripts/tree/master/Emas</a> Once you install that script, you'd create a token action for each character: !emas @{selected|token_name} has used a Reaction!
Thx!!!