There is one more thing I forgot:
If I were to have a code like this: (outline, not actual code)
if (I am busy){
if(I receive a message){
SendMessage("I'm doing ______");
}
}
That's not the syntax, just the point.
But how would I do that since SendMessage requires a ChatWnd object... >.> Maybe I just missed it in that thread; I'll read again, but help is still appreciated.
Edit: I do think I missed it, since this was the question I asked before, I just forgot that I asked it.