What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Is there a way to...

Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
Is there a way to...
Author: Message:
Silentdragon
Full Member
***

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: Is there a way to...
Whoops made a typo, forgot to assign the result back to message.
Updated Post.

This post was edited on 08-15-2006 at 09:00 PM by Silentdragon.
08-15-2006 08:59 PM
Profile E-Mail PM Web Find Quote Report
elfangor93
Junior Member
**

Proud Nerd

Posts: 25
31 / Female / –
Joined: Feb 2006
O.P. RE: Is there a way to...
It's not letting me run the scripts. They all say defective, except the one I downloaded :S.
There are 10 types of peple in the world, those who know binary and those who don't.
08-15-2006 09:03 PM
Profile E-Mail PM Web Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
36 / – / –
Joined: Dec 2005
RE: Is there a way to...
Delete the script that you made for this, and create a new one im messenger plus. My guess is you are saving it using notepad, and nor in unicode... Use the inbuilt script editor...

Cloudy
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6705 days, 4 hours, 49 minutes, 21 seconds ago
08-15-2006 09:08 PM
Profile E-Mail PM Find Quote Report
elfangor93
Junior Member
**

Proud Nerd

Posts: 25
31 / Female / –
Joined: Feb 2006
O.P. RE: Is there a way to...
I'm using the built in script editor.
There are 10 types of peple in the world, those who know binary and those who don't.
08-15-2006 09:10 PM
Profile E-Mail PM Web Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
36 / – / –
Joined: Dec 2005
RE: Is there a way to...
Well try deleting, then making again... Try disabling the other script you have running maybe? I'm running short of ideas...

Cloudy

Edit: Post the code you are using...

This post was edited on 08-15-2006 at 09:11 PM by cloudhunter.
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6705 days, 4 hours, 49 minutes, 21 seconds ago
08-15-2006 09:10 PM
Profile E-Mail PM Find Quote Report
elfangor93
Junior Member
**

Proud Nerd

Posts: 25
31 / Female / –
Joined: Feb 2006
O.P. RE: Is there a way to...
function OnEvent_Initialize(MessengerStart)
{
}
OnEvent_ChatWndSendMessage(ChatWnd,Message)
{
Message = Message.replace(/\bk\b/i,"Ok");
return Message;
}

function OnEvent_Uninitialize(MessengerExit)
{
}


function OnEvent_Initialize(MessengerStart)
{
}
OnEvent_ChatWndSendMessage(ChatWnd,Message)
{
     if (Message=="k")
     {
           return "ok";
     }
}
function OnEvent_Uninitialize(MessengerExit)
{
}

I've tried both
There are 10 types of peple in the world, those who know binary and those who don't.
08-15-2006 09:11 PM
Profile E-Mail PM Web Find Quote Report
dylan!
Senior Member
****

Avatar
l33t p4int3r

Posts: 665
Reputation: 30
– / Male / Flag
Joined: Jan 2005
RE: Is there a way to...
when they are done corrected your codes and helping you, please delete 2 of the 3  posts because its against the rules. althought I'm not going to be mean and make you edit because your new and it could be difficult for you to use the [code][/code] codes
08-15-2006 09:16 PM
Profile E-Mail PM Find Quote Report
elfangor93
Junior Member
**

Proud Nerd

Posts: 25
31 / Female / –
Joined: Feb 2006
O.P. RE: Is there a way to...
???
There are 10 types of peple in the world, those who know binary and those who don't.
08-15-2006 09:18 PM
Profile E-Mail PM Web Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
36 / – / –
Joined: Dec 2005
RE: Is there a way to...
Well, that seems fine. You don't need the

function OnEvent_Initialize(MessengerStart)
{
}

or the

function OnEvent_Uninitialize(MessengerExit)
{
}

If you aren't using it.

Cloudy
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6705 days, 4 hours, 49 minutes, 21 seconds ago
08-15-2006 09:19 PM
Profile E-Mail PM Find Quote Report
elfangor93
Junior Member
**

Proud Nerd

Posts: 25
31 / Female / –
Joined: Feb 2006
O.P. RE: Is there a way to...
It was there automaticly. And it doesn't work without it either. I just dunno what's wrong? :S
There are 10 types of peple in the world, those who know binary and those who don't.
08-15-2006 09:20 PM
Profile E-Mail PM Web Find Quote Report
Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
« Next Oldest Return to Top Next Newest »


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