Hi,
I was searching for a code that show's me the nickname of your contact person, I want to make a script like:
[/code]
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind)
{
// if my contact has the same name as me, then: {
var Message = + HERE THE CONTACT NAME CODE + "Has the same name " ;
Message = MsgPlus.RemoveFormatCodes(Message);
MsgPlus.DisplayToast("Name check", Message);
}
//} else { do nothing }
[/code]
But I'm missing some codes, could anyone help me with these codes? (look at the commands)
Thanks