I currently have a rollable table set up with 26 sides. My macro to change my token and to represent the correct sheet is as follows:
!token-mod {{
--set
?{Choose Form
|Astrafam,currentside#26
represents#@{Astrafam|character_id} width#[[70]] height#[[70]]
|Astrafam Giant Constrictor Snake,currentside#7 represents#@{Astrafam Giant Constrictor Snake|character_id} width#[[3*70]] height#[[3*70]]
|Astrafam Cave Bear,currentside#6 represents#@{Astrafam Cave Bear|character_id} width#[[70]] height#[[70]]
|Astrafam Rhinoceros,currentside#22 represents#@{Astrafam Rhinoceros|character_id} width#[[2*70]] height#[[2*70]]
|Astrafam Dire Wolf,currentside#9 represents#@{Astrafam Dire Wolf|character_id} width#[[2*70]] height#[[2*70]]
}
bar1_link|hp
bar2_link|ac
bar3_link|speed
name|"Astrafam"
showname|yes
}}
The token size changes, the correct representation happens but not the token image that matches the 'currentside'.
This exact same macro works on another shard/game with the exact same rollable table. What are the issues I'm not seeing?
Thank you