
I am a noob when it comes to api and macros for roll20 but here is my problem. I have a druid in my campaign that just got wildshape and my solution is a rollable token roll table and tokenmod, everything works fine except when he returns to normal shape his token stays in large size. Now when he clicks wildshape (which is a token action in abilities) the query shows 5 alternate shapes his "normal" shape and "character_id width#[[70]]height#[[70]]" if he clicks the last one it returns to normal size. where am I going wrong? here is the macro (thanks to The Aaron for the help this far). !token-mod {{
--set
?{Choose Form|Brown Bear,currentside#1 represents#@{Brown Bear|character_id} width#2u height#2u
|Lion,currentside#2 represents#@{Lion|character_id} width#2u height#2u
|Elk,currentside#3 represents#@{Elk|character_id} width#2u height#2u
|Dire Wolf,currentside#4 represents#@{Dire Wolf|character_id} width#2u height#2u
|Giant Spider,currentside#5 represents#@{Giant Spider|character_id} width#2u height#2u |Roric,currentside#6 represents#@{Roric|character_id} width#[[70]] height#[[70]]}
bar1_link|hp bar2_link|npc_ac
bar3_link|npc_speed
name|"Roric (BeastShaped)"
showname|yes
}}