What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help] my first script..

[help] my first script..
Author: Message:
The Brain
Junior Member
**

Avatar

Posts: 49
Reputation: 1
– / Male / Flag
Joined: Jan 2003
RE: RE: [help] my first script..
quote:
Originally posted by Mattike
You can save the original personal message first in a variable, like this:
code:
function OnEvent_Signin() {
var originalPSM = Messenger.MyPersonalMessage;
}


you will have to define the originalPSM variable outside of the function

code:
var originalPSM;
function OnEvent_Signin()
{
        originalPSM = Messenger.MyPersonalMessage;
}



This post was edited on 06-26-2006 at 03:26 PM by The Brain.
06-26-2006 03:26 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help] my first script.. - by mltz2plz on 06-26-2006 at 05:58 AM
RE: [help] my first script.. - by Matti on 06-26-2006 at 06:22 AM
RE: RE: [help] my first script.. - by The Brain on 06-26-2006 at 03:26 PM
RE: [help] my first script.. - by mltz2plz on 06-26-2006 at 06:32 AM
RE: [help] my first script.. - by can16358p on 06-26-2006 at 07:19 AM
RE: [help] my first script.. - by mltz2plz on 06-26-2006 at 01:44 PM
RE: [help] my first script.. - by mltz2plz on 06-27-2006 at 09:49 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On