Is it possible for the script to access the list of tags on a character? I have a script that works on the add:graphic event. If the graphic being added is a specific PC or NPC (as opposed to a generic cannon-fodder orc), then I want the token bar attributes (bar1, bar2, and bar3) actually linked to specific character attributes. For cannon-fodder tokens, I do not want the bar attributes linked. That way I can add multiple copes of the cannon fodder tokens without having them all share the character's stats, and thus updating all the tokens that share that character's stats (such as hit points). My script sets the bar values to the appropriate attribute values, but doesn't link them. For certain tokens, I want my script to set the values and also link them. I thought I could add a tag to the PC and named NPC character ("Unique") and base my script off of that, but I don't see any way for the API to access the list of tags. Am I missing something?