Jeremy, what sheet are you using? If it is the Shaped sheet for 5e, then there are macros baked into the companion script that will handle this for you. I have them as universal token actions in my game, labeled "+", "-" and "0", so that they appear at the far left for everyone and don't take up much screen real estate. If this is the case, then you can also add a token-mod command to give advantaged characters a green dot, and disadvantaged ones a red dot. Just in case this is so, here is the relevant code. If not, you can scavenge the token-mod commands for whatever solution you come up with: !shaped-at --advantage !token-mod --set statusmarkers|=dead|-dead !token-mod --set statusmarkers|green !shaped-at --disadvantage !token-mod --set statusmarkers|=dead|-dead !token-mod --set statusmarkers|red !shaped-at --normal !token-mod --set statusmarkers|=dead|-dead