Riley -   sendChat(speakingAs, input)  You can use this function to send a chat message.  speakingAs  should be one of:   Any string, in which case that will be used as the name of the person who sent the message. E.g. "Riley"  A player's ID, formatted as "player|-Abc123" where "-Abc123" is the ID of the player. If you do this it will automatically use the avatar and name of the player.  A character's ID, formatted as "character|-Abc123". If you do this it will automatically use the avatar and name of the Character.     Player ID formatting is working, but I can't get it to work for character ID. It will not pull the avatar from the character sheet for normal chat or emotes.