Hi, as a foreword I'm not super experienced with javascript or the api, but I've been reading up a bit. I've been wanting to make a specific script which tints a token gray when they are marked with a hidden status marker, and un-tint that token when the status marker is removed. It's pretty easy to do the first part, I check the "change:graphic:statusmarkers" event and then grab the status list and check for the hidden status marker. But is it possible to check for which status marker was removed so I can do the second part? I don't want to remove any tint if the marker wasn't present because I don't want to remove tints from creatures who have a tint for a different reason.