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 for shapechanger

Is there a way to create a macro to shift between sides of my multi-sided token with a magic burst so don't have to right click multisided, slide bar to desired token face and then hit ok.  I would like to do this as a player.
1747883204
timmaugh
Forum Champion
API Scripter
The best interface for this (IMO) is Faces , which will let you see the images and pick between them in a whispered chat panel. However, if by "magic burst" you mean you want to pair the change with an fx call, then I don't think Faces will work because the actual instruction to change the displayed side is issued from the chat interface rather than a command line you enter... meaning you can't easily pair that face-changing instruction with a second line to accommodate the /fx command. If that's what you're after, you might need TokenMod.  TokenMod woudl do it with a command like: !token-mod --set currentside|+ That will increment the image to the next one in the list (and roll back around to the first image if you hit the end of the list). If you want to pick the image, instead, you just have to have a query where the name of the side is paired with the 1-based index... for example: !token-mod --set currentside|?{Pick side|Shia LaBeouf,1|Actual Cannibal,2}
Thanks!  I will look into these!