You need to use the tag name, not the display name. The tag name has the ::##### on the end, like "diamond::10296": obj.get('status_death-zonemarker::12345') You can get the tag names out of the Campaign() object in the "token_markers" property, or using libTokenMarkers (in the one click), or by looking at TokenMod. I suggest libTokenMarkers simply because then you don't need to actually hard code the number, but if the script is only for you and you don't plan on changing sets, then hard coding works.