Hi there,  I have a script full of entries like this:      // SHIELD_EQUIPPED     if (shield_equipped && parseInt(shield_equipped, 10) !== 0)      {         tokens.forEach(function(token) {             token.set('status_Icon_-_Shield_Banner_1-1_marker_icon_token::255217');         }, this);     } else {         tokens.forEach(function(token) {             token.set('status_Icon_-_Shield_Banner_1-1_marker_icon_token::255217', false);         }, this);     }  When the shield marker appears on a token there is a red zero on top of it. I do not like the zero. The zero does not like me. I cannot figure out how to rid myself of the zero. I fear the zero will win.   Thank you for your help in defeating the zero.