I'm having an issue with the following macro that I'm trying to use for the 5e Druid's Wildshape ability. Whenever the player (or I as GM) uses the macro, it works as expected for the first wildshape choice, no matter which one is pickled, but when any other choice is selected it does not display the correct hp or ac. In fact, it overrides the hit point and armor class on the selected character sheet with the hp and ac of the last selected one! I've used this macro previously (within the last year) for another druid character and it worked flawlessly. All I did was copy the original macro, changed the character name and added the names of the new character's wildshape choices. I have checked for typos in the character's name (Mist) including checking for leading or trailing spaces. New macro: !token-mod {{
--set
showname#yes
?{Wildshape
|Mist Normal, currentside#1 scale#1u represents#@{Mist|character_id} bar1_link#hp bar2_link#ac bar3_link#passive_wisdom name#'Mist' has_night_vision#yes night_vision_distance#60 night_vision_effect#nocturnal night_vision_color#666666
|Brown Bear, currentside#2 scale#2u represents#@{Mist-Brown Bear|character_id} bar1_link#hp bar2_link#npc_ac bar3_value#13 bar1_reset# name#'Mist' has_night_vision#no
|Dire Wolf, currentside#3 scale#2u represents#@{Mist-Dire Wolf|character_id} bar1_link#hp bar2_link#npc_ac bar3_value#13 bar1_reset# name#'Mist' has_night_vision#no
|Giant Eagle, currentside#4 scale#2u represents#@{Mist-Giant Eagle|character_id} bar1_link#hp bar2_link#npc_ac bar3_value#14 bar1_reset# name#'Mist' has_night_vision#no
|Salmon, currentside#5 scale#1u represents#@{Mist-Salmon|character_id} bar1_link#hp bar2_link#npc_ac bar3_value#13 bar1_reset# name#'Mist' has_night_vision#no
|Skunk, currentside#6 scale#1u represents#@{Mist-Skunk|character_id} bar1_link#hp bar2_link#npc_ac bar3_value#13 bar1_reset# name#'Mist' has_night_vision#no
|Owl, currentside#7 scale#1u represents#@{Mist-Owl|character_id} bar1_link#hp bar2_link#npc_ac bar3_value#13 bar1_reset# name#'Mist' has_night_vision#yes night_vision_distance#120 night_vision_effect#nocturnal night_vision_color#666666
}
--ignore-selected
--ids @{target|Target 1|token_id}
}}