quote:
Originally posted by Bogy
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?
i just tested it and it works just fine after you receive a message as you described
if you want you could post a debug output here
if you mean to send/receive all, replace this line of code
code:
if(Origin !== Messenger.MyName){
with
code:
if(true){
or even just you sending it, change it to
code:
if(Origin === Messenger.MyName){