I'm having a hard time tracking down the syntax for this, how does one send a whisper to a player by e.g. their id? And it doesn't have to id, I just want to whisper to a specific Player object, basically. There's a message I want to send directly to a player when they join the game. In this particular case it's for GM's only, so I can just do "/w gm", but I'd like to know how to do this in case I ever can't get away with just whispering to the GM. I thought about using "_displayname" from the joining player, but that doesn't seem to be guaranteed to be unique.