Hello Kryx, I'm trying to make some token macros to pull from the sheet without having to actually open them for speed and ease of use, but running into trouble. I've been copying the 'Actions' or 'Saving Throws', etc macros into Token Actions and switching the name to use the selected token. For the PC statblock macro, there are random strings that seem to uniquely identify the character instead of just the name (example below). How can a generic selected token version be made of the statblock macro? Is there a way to directly reference the 'Statblock' macro button on the character sheet from a linked token? /w @{Granny Sporebottom|character_name} @{Granny Sporebottom|output_option} &{template:5e-shaped} {{title=@{Granny Sporebottom|character_name}}} {{statblock_first_line=1}} {{size=^{@{Granny Sporebottom|size}}}} {{type=@{Granny Sporebottom|type}}} {{race=@{Granny Sporebottom|race}}} {{alignment=@{Granny Sporebottom|alignment}}} {{Armor Class=@{Granny Sporebottom|ac} (@{Granny Sporebottom|ac_note})}} {{Initiative=[@{Granny Sporebottom|initiative}]( ~-L367QEQ69juTbKUqn4r |shaped_initiative)}} {{Hit Points=@{Granny Sporebottom|HP} (@{Granny Sporebottom|hp_formula})}} {{Speed=@{Granny Sporebottom|speed_string}}} {{Abilities=[Str @{Granny Sporebottom|strength_calculated} (@{Granny Sporebottom|strength_check_mod_with_sign})]( ~-L367QEQ69juTbKUqn4r |shaped_strength_check), [Dex @{Granny Sporebottom|dexterity_calculated} (@{Granny Sporebottom|dexterity_check_mod_with_sign})]( ~-L367QEQ69juTbKUqn4r |shaped_dexterity_check), [Con @{Granny Sporebottom|constitution_calculated} (@{Granny Sporebottom|constitution_check_mod_with_sign})]( ~-L367QEQ69juTbKUqn4r |shaped_constitution_check), [Int @{Granny Sporebottom|intelligence_calculated} (@{Granny Sporebottom|intelligence_check_mod_with_sign})]( ~-L367QEQ69juTbKUqn4r |shaped_intelligence_check), [Wis @{Granny Sporebottom|wisdom_calculated} (@{Granny Sporebottom|wisdom_check_mod_with_sign})]( ~-L367QEQ69juTbKUqn4r |shaped_wisdom_check), [Cha @{Granny Sporebottom|charisma_calculated} (@{Granny Sporebottom|charisma_check_mod_with_sign})]( ~-L367QEQ69juTbKUqn4r |shaped_charisma_check)}} {{Saving Throws=@{Granny Sporebottom|saving_throw_macro_var}}} {{Skills=@{Granny Sporebottom|skills_macro_var}}} @{Granny Sporebottom|damage_resistances_var} {{Senses=@{Granny Sporebottom|senses_string}}} @{Granny Sporebottom|languages_chat_var} {{Challenge=@{Granny Sporebottom|challenge} (@{Granny Sporebottom|xp_readable} XP)}} @{Granny Sporebottom|racialtraits_chat_var} @{Granny Sporebottom|classfeatures_chat_var} @{Granny Sporebottom|feats_chat_var} @{Granny Sporebottom|traits_chat_var} @{Granny Sporebottom|offense_chat_var} @{Granny Sporebottom|utility_chat_var} @{Granny Sporebottom|actions_chat_var} @{Granny Sporebottom|reactions_chat_var} @{Granny Sporebottom|legendaryactions_chat_var} @{Granny Sporebottom|lairactions_chat_var} @{Granny Sporebottom|regionaleffects_chat_var}