matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: [HELP] Send On Signin
quote: Originally posted by fnatiq
Scriptdebugger gifs a error at this line
function OnEvent_Timer(TimerId){
Open(Messenger.MyContacts.GetContact(Email));
}
Should be:
js code: function OnEvent_Timer(TimerId){
Open(Messenger.MyContacts.GetContact(TimerId));
}
|
|