What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Need help for a Script

Need help for a Script
Author: Message:
Gropfi
New Member
*

Avatar

Posts: 13
36 / Male / –
Joined: Jul 2006
O.P. Need help for a Script
If someone writes "word" and i want that i auto answer msn does...

But if he wrotes  "word" suxx msn also wrote the auto text... why? how can i stop that?


code:
if (Message.match(/(^|\s+)(\*)?word(d|s)?(\*)?($|\s+)/i)!=null)

what should i delete to stop that?

This post was edited on 07-22-2006 at 04:37 PM by Gropfi.
07-22-2006 04:23 PM
Profile E-Mail PM Web Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
36 / – / –
Joined: Dec 2005
RE: Need help for a Script
Well if you want it to only react if the word "word" is the message, you would use this code instead.

code:
if (Message == "word")

This post was edited on 07-22-2006 at 04:44 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

6697 days, 19 hours, 36 minutes, 37 seconds ago
07-22-2006 04:44 PM
Profile E-Mail PM Find Quote Report
Gropfi
New Member
*

Avatar

Posts: 13
36 / Male / –
Joined: Jul 2006
O.P. RE: Need help for a Script
IŽll try it!
thanks for your help :D


It works perfect! Nice THX

This post was edited on 07-22-2006 at 05:39 PM by Gropfi.
07-22-2006 04:46 PM
Profile E-Mail PM Web Find Quote Report
« 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