hi guys, I was trying to make a script that will send a message to the players when someone got close to a chest. The contents of the message was supposed to be the contents of the GM notes, but when it reads the GM notes, it wont use non-alphanumeric digits. EG: a space turns into %20, a comma turns into %2C. Is this an error, or am I maybe doing something wrong? Here is what I have for code: on("change:graphic", function(obj){ sendChat("GM Notes", obj.get("gmnotes")) })