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 .
×

Quick macro to change sides on Rollable Tokens?

Is there a way to make a macro button to switch quickly the "side" of a token you are on instead of manually right click and dragging through all of the token options? Our game decided to experiment with emotion tokens for our characters being about to switch to happy, sad, mad, ect. It would be cool if there was just an easier way to switch the token sides on the fly. If anyone has any ideas I could try please let me know.
1654038593
David M.
Pro
API Scripter
That would require api access (Pro account only). If you have access to a game whose creator has a Pro acct, the token-mod script is the one that you're looking for.
As David said, yes it's very possible with a Pro subscription using the TokenMod script. Here's an example of choosing the side of an Elemental Spirit token - the macro will choose the relevant side (Air, Earth, Fire, Water) and change the token name at the same time: !?{Which Type?|Air,--set currentside#2 name#"Air Spirit"|Earth,--set currentside#3 name#"Earth Spirit"|Fire,--set currentside#4 name#"Fire Spirit"|Water,--set currentside#5 name#"Water Spirit"|Reset,--set currentside#1 name#"Elemental Spirit"} !token-mod ?{Which Type?}
Thanks for the help, my friend has a pro sub.