RE: Messenger status from Available to Busy instantly
You could, I believe, with a Plus! Script detect whether a chat window is in focus and handle the status change on that basis.
Or if you wish to base it on typing, you could use the EditText property of ChatWnd object provided by the Plus! Scripting Interface to check whether the typing area has any text or not and change the status.
|