Somewhat hard or somewhat not-automatic, possibly both. The %%NUMBERED%% marker not only sets the position where the number will be placed, but also lets the script know that the token is intended to be numbered. Once a token is placed on the page, there is a bit of regular expression magic that is used to determine if a copy/pasted token should be re-numbered, but that is build on the necessity of having that marker. I could make a version that would always append a number to the end of a token that was added to a page without the marker, but that would mean number PCs. I could add some exception system, but that starts to get quiet a bit more complicated... The script you're referring to is the MonsterHitDice script. I need to do some updating on it, but you can find it in my repo here: 5e: <a href="https://github.com/shdwjk/Roll20API/blob/master/Mo" rel="nofollow">https://github.com/shdwjk/Roll20API/blob/master/Mo</a>... other: <a href="https://github.com/shdwjk/Roll20API/blob/master/Mo" rel="nofollow">https://github.com/shdwjk/Roll20API/blob/master/Mo</a>... It started as a quick hack, and hasn't be updated to a full script yet, so apologies for the nasty config...