quote:
Originally posted by felipEx
var Wnd;
function OnEvent_ChatWndCreated(ChatWnd){
Wnd = ChatWnd;
MsgPlus.AddTimer("timer",500000);
}
...
another idea?
but that wouldn't work as soon as you have more than one chat window open...
-------
Without the proper full code, we can't give a decent answer/solution... Every 'suggestion' will have flaws and/or wont work at all. It would all be guessing.