Shoutbox

Personalized 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: Personalized Status (/showthread.php?tid=89759)

Personalized Status by Shaggie on 03-19-2009 at 02:36 PM

I believe it wasn't possible in the past, but I was wondering if it is as yet possible to read and/or change your Personalized Status information a script?
I know there is an event for when it changes, but I want to know if there is a way to determine what it is currently set to without remembering what was returned in the event.


RE: Personalized Status by ryxdp on 03-20-2009 at 05:46 AM

I think you may be looking for the Messenger.MyPersonalMessage property

EDIT: Whoops :P I wasn't thinking here


RE: Personalized Status by felipEx on 03-20-2009 at 06:05 AM

quote:
Originally posted by Shaggie
I was wondering if it is as yet possible to read and/or change your Personalized Status information a script?
Yes, you can change your Personalized status by adding a special character to your name, for example:
JScript code:
Messenger.MyName = "felipEx   \xa0{AFK}";


quote:
Originally posted by Shaggie
I want to know if there is a way to determine what it is currently set to without remembering what was returned in the event.
I think you can find the Personalized status text by using some RegExp :)