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

Druid Wild Shape Token: Everything but the image

I had taken the Wild Shape macro from:&nbsp; <a href="https://app.roll20.net/forum/post/6312400/wildshape-macro-using-tokenmod" rel="nofollow">https://app.roll20.net/forum/post/6312400/wildshape-macro-using-tokenmod</a> Everything works perfectly except the token images do not change. Token sizes, stats, all good. The macro is basically as is from the original post. I only changed the name of the druid. &amp;{template:npcaction} {{name=@{selected|token_name} }} {{rname=Shapeshifter}} {{description=[Dire Wolf](!token-mod --set currentside|1 width|140 height|140 represents|@{Druid Dire Wolf|character_id} bar1_link|hp bar2_link|npc_ac bar3_link|npc_speed name|'Ferox Dire Wolf' showname|yes light_radius| light_dimradius| light_angle|360 --off light_otherplayers @{selected|token_id}) [Brown Bear](!token-mod --set currentside|1 width|140 height|140 represents|@{Druid Brown Bear|character_id} bar1_link|hp bar2_link|npc_ac bar3_link|npc_speed name|'Ferox Brown Bear' showname|yes light_radius| light_dimradius| light_angle|360 --off light_otherplayers @{selected|token_id}) [Wood Elf](!token-mod --set currentside|6 width|70 height|70 represents|@{Ferox|character_id} bar1_link|hp bar2_link|ac bar3_link|speed name|Ferox showname|yes light_radius|60 light_dimradius|-5 light_angle|360 --off light_otherplayers @{selected|token_id}) }} Any help is greatly appreciated. Thanks
So just to confirm - you have set up a proper variable sided token table?
1549521281

Edited 1549526641
Rollable table, you mean? If so, yes. The first selection always makes the proper swap to the called beast form, but then the image stays as that initial beast while the stats move on to the following form.
1549535958

Edited 1549603536
Back from the drawing board and with the solution. It's a simple mistake, as usual. Turns out that it was" --set currentside|1 "(duh) had to be set to a number matching the order of mobs on the rollable table, so " --set currentside|1 for first item, --set currentside|2" and so forth until you have all your beasties in a row. Thanks to all who've posted help.
1549541197
The Aaron
Roll20 Production Team
API Scripter
Great! &nbsp;Glad you got it worked out!