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

Rollable Tokens of Different Sizes

I'm trying to create a rollable token for a character that is able to switch from a medium to large sized token. I'm pretty sure there should be a way to do it, as the rollable token for one of the NPCs in the Descent into Avernus module goes from small to medium (though both only take up one square...) Any help would be appreciated.
1605754710
David M.
Pro
API Scripter
Use the token-mod script to change the side and/or size of the token. To do both, use the following, substituting the side n and the xy size in squares !token-mod --set currentside|n width|[[X*70]] height|[[Y*70]]
1605755377
The Aaron
Roll20 Production Team
API Scripter
You can also use one of the units markers (u for Roll20 units (70pixels), g for grid units, ft for size based on the page units).  Also, the scale property will set width and height at the same time: !token-mod {{ --set scale|2u }}
Thank you both!