Rick and Vince both explain the process: link a token to a character and make sure that any stats that you don't want shared between all tokens of that creature are unlinked (set to 'None'). The last step to make sure you do is to Update the Default Token. If you setup a token just the way you want, but you don't update the Default Token for the Orc character sheet, when you pull out a token again, it'll be the token that still has HP linked to the bars, because it's still the Default Token. Because you have a Pro subscription, you can automate this process quite easily. Here's what my 'mook' TokenMod setup macro looks like for D%D 5E using the D&D 5E 2014 by Roll20 sheet (also using ChatSetAttr , MonsterHitDice , and TokenNameNumber ): !?{Token Name?|@{selected|character_name}}
!?{Darkvision? @{selected|npc_senses}|Yes,has_night_vision|No,}
!?{Darkvision Distance? @{selected|npc_senses}|60}
!?{Passive Perception? @{selected|npc_senses}|@{selected|passive_wisdom}}
!?{Size?|Medium/Small,1|Large,2|Tiny,0.5|Huge,3|Gargantuan,4}
!set-gmnote Token Name: @{selected|character_name}
!setattr {{
--silent
--sel
--replace
--hp|''
--passive_wisdom|?{Passive Perception? @{selected|npc_senses}}
--advantagetoggle|'{{query=1}} {{normal=1}} {{r2=\lbrak\lbrak0d20'
--rtype|'\at{advantagetoggle}'
--wtype|\ques{Whisper\ques\|Public Roll,\|Whisper Roll,/w gm }|
--npc_name|\at{selected\|token_name}
}}
!delattr {{
--silent
--sel
--npc_name_flag
--dtype
}}
!token-mod {{
--on
showname
showplayers_name
showplayers_aura1
?{Darkvision? @{selected|npc_senses}}
--off
playersedit_name
playersedit_bar1
playersedit_bar2
playersedit_bar3
playersedit_aura1
playersedit_aura2
showplayers_bar1
showplayers_bar2
showplayers_bar3
showplayers_aura2
--set
name|"?{Token Name?} %%NUMBERED%%"
controlledby|=
bar1_link|
bar2_link|npc_ac
bar2_max|
bar3_link|passive_wisdom
bar3_max|
bar3_current|?{Passive Perception? @{selected|npc_senses}}
aura2_color|#0000ff
aura2_radius|
night_vision_distance|?{Darkvision Distance? @{selected|npc_senses}}
scale|?{Size?}u
bar_location|overlap_bottom
compact_bar|on
defaulttoken
}}
/w gm Mook Token Full Setup for @{selected|character_name}
!token-mod --set name|"?{Token Name?}" bar1|@{selected|hp|max}