I have a PC-type character set up (The Hunt) to track a couple of values that impact the party. Its token usually lives on a landing screen so that everyone sees it at the start of a session. This macro lives in its abilities and as a GM I use it to increase that value during the course of a session. !token-mod --ids -M9f8y2q50y6lS-DCA_k --set bar3_value|?{Increase Hunt by|+0|+1|+2|+3|+4} Worked great until recently when I recently ran into a case when it would be great to pull another copy of The Hunt onto a different map; that is when I learned that token ids are unique to the token, not to the character. Additionally..while trouble shooting I found that this macro will increase the bar3 value of any selected token in addition to the one that matches the token id. How do I replace that token id with something that will work on a specific character without targeting it ? (Since its token usually lives off page.) Maybe its not even token-mod I should be using to do this. I appreciate any advice!