Shoutbox

change Personal message - 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: change Personal message (/showthread.php?tid=93665)

change Personal message by scripto on 01-25-2010 at 01:22 PM

hey am new with Js but i use C++, so programming isn't new for me
i wanna create a script to change the personal message...
Messenger.MyPersonalMessage osn't working
how can it be done ?


RE: change Personal message by matty on 01-25-2010 at 02:08 PM

There is a bug surrounding Messenger.MyPersonalMessage sometimes not being populated.

The only condition that needs to be met is that you are signed in and you should be able to change it while using

Javascript code:
Messenger.MyPersonalMessage = 'this is a test';