Hello! I've been playing with macros for my druid and came up with a clever way to run the stats for different wildshape forms that is flexible and dynamic. Here's the mess of a macro: /w gm &{template:default}{{name=**Wildshape Creature
Name**}}{{HP=@{Creature Name|HP}}}{{AC=@{Creature Name|npc_ac} (@{Creature Name|npc_actype})}}{{Speed=@{Creature
Name|npc_speed}}}{{STR=@{Creature Name|strength_base} (+@{Creature Name|strength_mod})}}{{DEX=@{Creature
Name|dexterity_base} (+@{Creature Name|dexterity_mod})}}{{CON=@{Creature Name|constitution_base}
(+@{Creature Name|constitution_mod})}}{{INT=@{Character Name|intelligence} (+@{Character
Name|intelligence_mod}) (+@{Character Name|pb})}}{{WIS=@{Character Name|wisdom}
(+@{Character Name|wisdom_mod}) (+@{Character Name|pb})}}{{CHA=@{Character Name|charisma}
(+@{Character Name|charisma_mod})}}{{Senses=@{Creature Name|npc_senses}}}{{@{Creature
Name|repeating_npctrait_$0_name}=@{Creature Name|repeating_npctrait_$0_description}}} Basically... It fetches the stats from the beast you enter in for <creature name> (you'll have to enter a min health within the attributes page of the creature... I haven't figured out how to point the macro at the max health column...) and also the applicable stats from the character you enter for <character name>. Pop this into a word document, find and replace all with what you need, and you're in business. If the creature has multiple traits, then copy/paste the last line and change the "$0" to "$1" etc. I hope someone finds this useful!