Hi all, Do any scripts work for D&D 2024 sheets to randomly calculate enemy HP values? I've tried: MonsterHitDice - doesn't work. TokenMod - works (assuming that the sheet attributes load properly, which is a crapshoot), but calculates the current and max HP separately. !token-mod --set bar1_value|[[ @{selected|npc_hpformula} ]] bar1_max|[[ @{selected|npc_hpformula} ]] ChatSetAttr - doesn't work. TokenMod seems the most promising so far, but is there a way to set both current and max values to the same number? -Adam