Hello All, I've found this macro in a video on youtube for Druid Wildshape. In essence, it uses a tokenmod API command to give a dropdown menu for the user to pick from that include their player form, and 3 of their wild shapes (we decided just to pick a couple to make my life easy, instead of using the whole MM). The macro will switch a rollable token to the appropriate side to match the Character sheet being represented and will also change the size of the token and the bars to represent the HP / AC of the sheet being represented. The first 4 sides work fine, it breaks down when I try to add a 5th side. When I activate the 5th drop down, Lycanthorupe (the spelling is intentionally wrong as it is an inside joke), it will change the token size, link to the correct sheet, and change the bars to match the sheet, but it wont change the token to the 5th side and I'm kinda stumped. The player has access to all 5 Character sheets. Macro code and screenshot below. Thanks! -Sebastian /w gm Erdan Galanodel wills himself to transform! !token-mod {{ --set ?{Choose Form |Erdan ,currentside#1 represents#@{Erdan Galanodel|character_id} width#[[70]] height#[[70]] |African Swallow,currentside#2 represents#@{African Swallow|character_id} width#[[.5*70]] height#[[.5*70]] |Brown Bear,currentside#3 represents#@{Brown Bear|character_id} width#[[2*70]] height#[[2*70]] |Giant Octopus,currentside#4 represents#@{Giant Octopus|character_id} width#[[2*70]] height#[[2*70]] |Lycanthorupe,currentside#5 represents#@{Lycanthorupe|character_id} Width#[[70]] height#[[70]] } bar1_link|hp bar2_link|hp_temp bar3_link|ac name|"Erdan" showname|yes }}