Hello I have this script here:
code:
function OnEvent_ChatWndReceiveMessage(oChatWnd, Email) {
if(Email == "gregorsturm12@hotmail.com") //Change to your target email.
{
oChatWnd.SendMessage('You are Ignored'); // Type thetext to be writen within the ' '
}
}
I need someone to edit it so, that everytime "gregorsturm12@hotmail.com" sends a messege to the user of this script, it will send messege from the user of the script 'You are Ignored'
Currently it seems to not be working.
Thanks for help