Hiya, real quick simple question here. I'm playing around with the scripting right now in preparation of writing some stuff for my game. I have very little experience with JS so forgive me if I'm just missing something obvious, but I can't for the life of me see what I'm doing wrong here. Right now all I'm trying to do is get the script to give me some info in the chat about a token I have selected, just to familiarize myself with how to access it. I have the following script running on a test game. When I select a token the script seems to work up until I ask it for the token's name. This is the result I get in chat when I have a token named "Test Shopkeeper" selected. Why is the name of the token undefined? I had the same issue when trying to read the "represents" id value in order to access the character this token is tied to. What am I missing here? Something obvious I'm sure but I cant figure out what the problem is.