Shoutbox

automatic status - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: automatic status (/showthread.php?tid=66043)

automatic status by xxhannahxx on 09-10-2006 at 12:56 PM

is it possible in a chat window to type for example + and it put your msn as away and also like if i push - it made me busy and etc


RE: automatic status by ForestPlus! on 09-10-2006 at 12:58 PM

Well, you can use /online - /busy - /away - /brb ect...
But if you're looking for a script, it should be possible.


RE: automatic status by xxhannahxx on 09-10-2006 at 12:59 PM

i know u can do that but it will be easier just type like + or something rather then /online or whatever


RE: automatic status by Felu on 09-10-2006 at 01:00 PM

quote:
Originally posted by xx134xx
is it possible in a chat window to type for example + and it put your msn as away and also like if i push - it made me busy and etc
I can make that, just tell me what all keys should be pressed for what status :p.
RE: automatic status by NanaFreak on 09-10-2006 at 01:01 PM

quote:
Originally posted by ForestPlus!
Well, you can use /online - /busy - /away - /brb ect...
But if you're looking for a script, it should be possible.
it is an easy script but a little hard for me atm because of my broken arm (see thread here)
RE: automatic status by Chris4 on 09-10-2006 at 01:01 PM

You can make it so "/1" makes your status change to busy, etc.

Messenger Plus! > Preferences > Conversations > Quick Texts
[Image: busyyj4.png]

and you can add more for other statuses, that's just an example.


RE: automatic status by xxhannahxx on 09-10-2006 at 01:03 PM

!felu!-i want online as + busy as - away as * brb as ^ out for lunch as | and offline as $

yes but i want it so u just have to type it in the chat window


RE: automatic status by NanaFreak on 09-10-2006 at 01:05 PM

quote:
Originally posted by xx134xx
!felu!-i want online as + busy as - away as * brb as ^ out for lunch as | and offline as $
why not use chris4's way of doing it, it is better than making a script
RE: automatic status by xxhannahxx on 09-10-2006 at 01:06 PM

i will if no one can make a scipt but i would prefer it as a script cos it is easier


RE: automatic status by NanaFreak on 09-10-2006 at 01:08 PM

quote:
Originally posted by xx134xx
i will if no one can make a scipt but i would prefer it as a script cos it is easier
but what if you are going to use those symbols in a message it just wouldnt work so i think chris4's way is the best
RE: automatic status by Veggie on 09-10-2006 at 01:10 PM

quote:
function OnEvent_ChatWndEditKeyDown(ChatWnd, KeyCode){
  switch(KeyCode){
    case 107:
      Messenger.MyStatus = 7;
      return true;
    case 109:
      Messenger.MyStatus = 4;
      return true;
  }
}

RE: automatic status by xxhannahxx on 09-10-2006 at 01:16 PM

thanks veggie