I was able to successfully get the hit points rolled from the token's character sheet formula, but I'm stuck on actually assigning the rolled value to the current and max values of the token's health bar. I tried to steal this !token-mod {{
--set
statusmarkers|Stealth
bar3_current|[[1d20+@{selected|stealth_mod}]]
--report gm|"{name} Stealth roll: {bar3_current}"
}}
!roll20AM --audio,nomenu,play|Stealth From a similar question and adapted it to this (which just fails in complete silence) !token-mod{{ --set bar3_current|[[@{selected|npc_hpformula}]] bar3_max|@bar3_current }} but since I cannot find these syntax elements documented anywhere (with the exception of [[@{selected|npc_hpformula}]]), I can't tell what the original is really doing and what's chaff. Any help would be greatly appreciated. Bill