Is there a way to... |
Author: |
Message: |
Silentdragon
Full Member
if(life==null && wrists) EmoAlert();
Posts: 148 Reputation: 2
34 / / –
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 |
|
|
elfangor93
Junior Member
Proud Nerd
Posts: 25
31 / / –
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 .
There are 10 types of peple in the world, those who know binary and those who don't.
|
|
08-15-2006 09:03 PM |
|
|
cloudhunter
Senior Member
Posts: 536 Reputation: 18
37 / – / –
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
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
6914 days, 5 hours, 53 minutes, 35 seconds ago
|
|
08-15-2006 09:08 PM |
|
|
elfangor93
Junior Member
Proud Nerd
Posts: 25
31 / / –
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 |
|
|
cloudhunter
Senior Member
Posts: 536 Reputation: 18
37 / – / –
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.
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
6914 days, 5 hours, 53 minutes, 35 seconds ago
|
|
08-15-2006 09:10 PM |
|
|
elfangor93
Junior Member
Proud Nerd
Posts: 25
31 / / –
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 |
|
|
dylan!
Senior Member
l33t p4int3r
Posts: 665 Reputation: 30
– / /
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 |
|
|
elfangor93
Junior Member
Proud Nerd
Posts: 25
31 / / –
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 |
|
|
cloudhunter
Senior Member
Posts: 536 Reputation: 18
37 / – / –
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
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
6914 days, 5 hours, 53 minutes, 35 seconds ago
|
|
08-15-2006 09:19 PM |
|
|
elfangor93
Junior Member
Proud Nerd
Posts: 25
31 / / –
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?
There are 10 types of peple in the world, those who know binary and those who don't.
|
|
08-15-2006 09:20 PM |
|
|
Pages: (4):
« First
«
1
[ 2 ]
3
4
»
Last »
|
|