Shoutbox

msn code - 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: msn code (/showthread.php?tid=64361)

msn code by Jimbo on 08-02-2006 at 12:36 PM

How do i work out wot my msn code is so i can look at it in application data?


RE: msn code by pollolibredegrasa on 08-02-2006 at 12:44 PM

http://shoutbox.menthix.net/showthread.php?tid=15...d=132217#pid132217


RE: msn code by markee on 08-02-2006 at 12:46 PM

To save you downloading a file, the easiest way I can think of is use this script with the script debugging window open (plus > show script debugging window)

code:
function OnEvent_Initialize(MessengerStart)
{
Debug.Trace(Messenger.MyUserId)
}
It will be the number in the last line of text.
RE: msn code by Jimbo on 08-02-2006 at 05:27 PM

thanks markee, thats works excellent