quote:
PS: why do you hide your own email while you show your contact's email? You obviously don't want people to know your Windows Live Id to avoid spam, so respect your contact too and don't show his in public forums...
doretta82@live.it it's an Microsoft italian bot, not a personal contact
Mattike, thanks, now i try to script this.
Edit:
quote:
In your OnEvent_Timer event, check if the timer ID matches "ThisWasMyMessage" and if it matches, set JustSentAMessage to false.
Ehm, i don't know what i must do.
code:
function OnEvent_Timer(ThisWasMyMessage)
{
???
}
And how to set a global var? I know only
var JustSentAMessage = false;
I've searched on web, but... MSN Plus's script are coded in java? On google i've searched "java global variable" and it returned:
code:
public class Global {
public static int x = 37;
}
but don't work.