O.P. RE: [Request] Script that won't let me write "short-tempered" messages :)
First of all thank you for your time and effort!
I have never worked with scripts before in MSN and Im sadly not that programmer type, but I tried this:
In Messenger Plus I created a new script.
Its starting code looks like this:
function OnEvent_Initialize(MessengerStart)
{
}
<-----I Put your code here and saved the script.
function OnEvent_Uninitialize(MessengerExit)
{
}
After restarting the MSN and trying to test is in a conversation it did not do anything. I was still be able to answer as fast as I wanted even if I set var delay = 10000.
What could be the problem?
|