Just need an example - 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: Just need an example (/showthread.php?tid=66153) Just need an example by Robin4286 on 09-12-2006 at 10:01 PM
okay, so say I have a contact who has his name as Someone, his email is Someone@hotmail.com. RE: Just need an example by Shondoit on 09-12-2006 at 10:06 PM
D'oh, what a remark Mentality code:Different status codes: 2 - Appear Offline 3 - Online 4 - Busy 5 - Be Right Back 6 - Idle 7 - Away 8 - In a Call 9 - Out to Lunch RE: Just need an example by NanaFreak on 09-12-2006 at 10:08 PM here put this into where you want it to be in the script code:hope this helps EDIT beaten again RE: Just need an example by Robin4286 on 09-12-2006 at 10:09 PM
Thanks to both of you! RE: Just need an example by Shondoit on 09-12-2006 at 10:18 PM
Open a new Chatwindow with 'var ChatWnd = Messenger.OpenChat(Contact)' RE: RE: Just need an example by alexp2_ad on 09-12-2006 at 10:19 PM No need for an API call, just use ChatWnd.SendMessage("/nudge"); RE: Just need an example by Shondoit on 09-12-2006 at 10:20 PM
Ha, right RE: Just need an example by Mentality on 09-12-2006 at 10:28 PM
quote: Always happy to help |