I stumble through understanding basic API scripts, so this may seem like a dumb question with an obvious answer. I have a script that monitors for changes to a tokenbar (watching for change:graphic:bar1_value events) and it always fires off when I drag new tokens to the tabletop, which spams my chat with whispers. This makes sense, as the token is created and the barvalue has technically changed, and the script notifies me, exactly as I have asked it to do. So I assume there is no way to avoid this happening. There is no way to monitor the tokens only after they have been created and their initial tokenbar value set, right?