devils elbow
New Member
Posts: 2
Joined: Mar 2005
|
RE: [help] i need help with my script
Hmm, try:
code: function OnEvent_ContactMediaChange(sEmail, sNewMedia)
{
var sNotice = sEmail + "is now listening to" + sNewMedia;
sNotice = MsgPlus.RemoveFormatCodes(sNotice);
MsgPlus.DisplayToast("", sNotice);
}
|
|