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 to Change Token Actions?

Is there a way to make a macro that actually changes a character's token actions?  Like different toggle states? For example, using a spell or ability that completely changes your form or abilities.  Can a macro be made to change all of the token actions for that character while under the different form, then another macro that would change them back?
1562441019
The Aaron
Roll20 Production Team
API Scripter
That would require the api, a Pro subscriber perk.&nbsp; The best you can do without it is either having attributes you set to 0 or 1 and multiply to "turn off" or "turn on" parts of a formula. Or use a Roll Query ( ?{something} ) to select different behavior.&nbsp; You might get a bit of mileage out of a Chat Menu:&nbsp; <a href="https://app.roll20.net/forum/post/5899495/stupid-roll20-tricks-and-some-clever-ones/?pageforid=5927072#post-5927072" rel="nofollow">https://app.roll20.net/forum/post/5899495/stupid-roll20-tricks-and-some-clever-ones/?pageforid=5927072#post-5927072</a>