This is a macro that I found and modified for a one of my player's Druid character (named Aedan Radnar). It requires the TokenMod MOD, and the creation of a separate character sheet for each wildshape, (which I named Aedan-Brown Bear, Aedan-Dire Wolf, etc.) and a rollable token that includes pictures of all the druid character's aspects, including their "normal," un-wildshaped one. I and the player reached an agreement on what wildshapes they would be using just to keep the number of choices down to a reasonable number, but there could be as many animal character sheets as you, the GM, are willing to create. The variable currentside#1, currentside#2 , etc. designates which "side" of the rollable token to show. The variables scale#1u, 2u , etc. sets the size of the token for that aspect (1x1 square, 2x2 squares) Other settings including nighvison, aura's, etc. are specific to this character. !token-mod {{ --set showname#yes ?{Wildshape |Normal, currentside#1 scale#1u represents#@{Aedan Radnar|character_id} bar1_link#hp bar2_link#ac bar3_link#passive_wisdom name#'Aedan' has_night_vision#yes night_vision_distance#60 set aura2_radius# |Brown Bear, currentside#2 scale#2u represents#@{Aedan-Brown Bear|character_id} bar1_link#hp bar2_link#npc_ac bar3_value#13 bar1_reset# name#'Aedan' has_night_vision#yes night_vision_distance#60 aura2_radius# |Dire Wolf, currentside#3 scale#2u represents#@{Aedan-Dire Wolf|character_id} bar1_link#hp bar2_link#npc_ac bar3_value#13 bar1_reset# name#'Aedan' has_night_vision#yes night_vision_distance#60 aura2_radius# |Spider King, currentside#4 scale#2u represents#@{Aedan-Spider King|character_id} bar1_link#hp bar2_link#npc_ac bar3_value#14 bar1_reset# name#'Aedan' has_night_vision#yes night_vision_distance#90 showplayers_aura2 aura2_square aura2_radius#10 aura2_color#59e594 } }} This is the output of the macro: Druids have got to be one of the most GM-hands-on-maintenance characters in all for D&D 5e. That and hexblade arcane archers. Steve said: Kilter said: You can use rollable tables (multisided tokens) or tokenmod API to already do this. I know. But they don't link to different character sheets - at least i've not found a way to do it yet.