I have been trying to figure this out. I have a macro that does this for players. !token-mod {{ --set bright_vision|on night_vision|on night_vision_distance|5 bar1_link|hp bar2_link|ac bar3_link|passive_wisdom defaulttoken }} !setattr --sel --strength_base|4 --dexterity_base|4 --constitution_base|4 --wisdom_base|4 --intelligence_base|4 --charisma_base|4 I would like one for monsters that sets the following but I can't quite figure it out. Monster Type NPC AC NPC HP Attack and Damage All Base Stats to 20. !token-mod {{ --set bright_vision|on night_vision|on night_vision_distance|120 bar1_link|hp bar2_link|ac bar3_link|passive_wisdom defaulttoken }} !setattr --sel --strength_base|20 --dexterity_base|20 --constitution_base|20 --wisdom_base|20 --intelligence_base|20 --charisma_base|20 --$0_attack_tohit|5 --$0_attack_target|One Target --$0_attack_damage|1d8+5 --$0_attack_damagetype|bludgeoning Tried this and it didn't work.