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 increasing image size of icon from rollable Table?

August 06 (7 years ago)

So I am just curious if there is a macro or some other way to increase the icon of a rollable table. I was under the impression that you could use tables to show random images. It would be disappointing if I can't do this. Basically, what is the macro for changing tables images size. When my players roll on location. I want it to show a picture to my players that is the entries icon. However the icon is incredibly small to the point of being invisible.


If my players roll Village I want it to show the image that is the icon and it does but the icon size is to small to matter.

you will have to install the API token mod.

then I use this to set up the size:

&{template:npcaction} {{name=@{selected|token_name} }} {{rname=Wild Shape}} {{description=[name_token](!token-mod --set currentside|1 width|70 height|70 @{selected|token_id})

//Inlcude here other options and sizes -- [name_token](!token-mod --set currentside|2 width|140 height|140 @{selected|token_id})

}} 

I hope this helps.

August 06 (7 years ago)


Alvaro T. said:

you will have to install the API token mod.

then I use this to set up the size:

&{template:npcaction} {{name=@{selected|token_name} }} {{rname=Wild Shape}} {{description=[name_token](!token-mod --set currentside|1 width|70 height|70 @{selected|token_id})

//Inlcude here other options and sizes -- [name_token](!token-mod --set currentside|2 width|140 height|140 @{selected|token_id})

}} 

I hope this helps.

Unfortunately it does not because I don't understand the API system. Is that some sort of plug in? I'm knowledgeable at certain things and other things not so much.


August 06 (7 years ago)
Kraynic
Pro
Sheet Author

Using the API script system requires a Pro membership.

If you haven't already checked out the stupid tricks thread, there is kind of an index in the first post.  Quick and Dirty Slide Show and Image Display from that thread might be of interest to you.