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

Resize Token without api

I am sorry if this has been asked before. I know I found this topic once, and was able to make it work, but I can't find it now.  For players who have toons that can resize such as with enlarge spell, or a druid shifting into a bear, or a potion or something. I remember finding a simple macro command, something like  @{selected token} set width x2 and set height x2 ..  Anyway, it was a multi-step command since the width and height had to be set independent of each, but it was a very simple multi line command and I don't recall the syntax for setting a token size with an inline command. That way I can set a macro button that when I select the token, I can double their size, or cut it in half, etc. But as I said, i don't recall the syntax or where I found it.   So if someone would please point me to the syntax that allows me to set the token size  with an @{selected token} command, i would appreciate it.  Thank you.
You cannot change a tokens size with a chat command or macro unless it calls a Mod (API) script. Without a script, macros and chat commands are ‘read-only’. A TokenMod command to double a tokens size is very similar to what you have:  !token-mod --set scale#*2