What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Answer Machine Plus v2.72(09/20/08)

Pages: (27): « First « 18 19 20 21 [ 22 ] 23 24 25 26 » Last »
[Release] Answer Machine Plus v2.72(09/20/08)
Author: Message:
thalesaraujo
New Member
*


Posts: 9
Joined: Jul 2009
RE: [Release] Answer Machine Plus v2.72(09/20/08)
Hi There.

I have a question:

I am using Answer Machine for something like an Auto Service. Every Time people come to my chat window with any fragments with the "A" and "O" letters, like "hello", "holla", "good morning" my menu opens, then they navigate in menu thru numbers.

The problem is, every time an A or O letters are pressed, the menu is displayed again. I want to find some configuration that only for the first time or just for one time it would be displayed. Is that Possible?
07-05-2009 05:16 AM
Profile E-Mail PM Find Quote Report
Shanka
New Member
*


Posts: 3
Joined: Jun 2009
RE: RE: [Release] Answer Machine Plus v2.72(09/20/08)
quote:
Originally posted by thalesaraujo
Hi There.

I have a question:

I am using Answer Machine for something like an Auto Service. Every Time people come to my chat window with any fragments with the "A" and "O" letters, like "hello", "holla", "good morning" my menu opens, then they navigate in menu thru numbers.

The problem is, every time an A or O letters are pressed, the menu is displayed again. I want to find some configuration that only for the first time or just for one time it would be displayed. Is that Possible?

I don't think this script alone has the hability to check if it's the first time the expression is used (just to count amount of times it occurs in a sentence), it would be cool though. In flex that was possible making pseudo states and stuff...

Maybe you could try to recognize wich words people generally use to greet you, in wich parts of the sentences those words occur (^ and $) and try to make a almost universal regex. Like those examples you gave (hello", "holla", "good morning") separated by |.

Then for the numbers of the menu use a unusual expression like opt1, opt2, to reduce the probability of someone invoking that expression without wanting.

This post was edited on 07-05-2009 at 05:47 PM by Shanka.
07-05-2009 05:47 PM
Profile E-Mail PM Find Quote Report
thalesaraujo
New Member
*


Posts: 9
Joined: Jul 2009
RE: RE: RE: [Release] Answer Machine Plus v2.72(09/20/08)
quote:
Originally posted by Shanka

I don't think this script alone has the hability to check if it's the first time the expression is used (just to count amount of times it occurs in a sentence), it would be cool though. In flex that was possible making pseudo states and stuff...

Maybe you could try to recognize wich words people generally use to greet you, in wich parts of the sentences those words occur (^ and $) and try to make a almost universal regex. Like those examples you gave (hello", "holla", "good morning") separated by |.

Then for the numbers of the menu use a unusual expression like opt1, opt2, to reduce the probability of someone invoking that expression without wanting.

Thatīs sounds be a nice idea. But I am newbie in this scripts... Can you give me an example for a better understanding?

I thanks your help in advance.
07-05-2009 09:28 PM
Profile E-Mail PM Find Quote Report
Shanka
New Member
*


Posts: 3
Joined: Jun 2009
RE: RE: RE: RE: [Release] Answer Machine Plus v2.72(09/20/08)
quote:
Originally posted by thalesaraujo
quote:
Originally posted by Shanka

I don't think this script alone has the hability to check if it's the first time the expression is used (just to count amount of times it occurs in a sentence), it would be cool though. In flex that was possible making pseudo states and stuff...

Maybe you could try to recognize wich words people generally use to greet you, in wich parts of the sentences those words occur (^ and $) and try to make a almost universal regex. Like those examples you gave (hello", "holla", "good morning") separated by |.

Then for the numbers of the menu use a unusual expression like opt1, opt2, to reduce the probability of someone invoking that expression without wanting.

Thatīs sounds be a nice idea. But I am newbie in this scripts... Can you give me an example for a better understanding?

I thanks your help in advance.

----------------------------
You want to receive (4 example):  hello, holla, oi, hi
BUT just phrases where this words are on the begining of the phrase.  Then configure like this:

receive: ^hello|^holla|^oi|^hi
type: regExp

answer:
Hi, this is my menu!
the following commands are available
opt1 - send file xxx
opt2 - change nick
opt3 ....

who: contact (put both if you want to test it yourself)
-----------------------------------------

Now you may want to recognize the opt1, BUT only if it occurs alone in the line. Then...


receive: ^opt1$
type: regExp

answer:
/sendfile C:\Users\UserName\Documents\msnsend\xxx

who: contact (put both if you want to test it yourself)
---------------------------------------------

And so on ;) check wikipedia for regular expressions and examples on the net.
07-05-2009 09:41 PM
Profile E-Mail PM Find Quote Report
masterazzer
New Member
*


Posts: 1
Joined: Jul 2009
RE: [Release] Answer Machine Plus v2.72(09/20/08)
Hey the script is great though recently the program has been copying what the contact has been saying and posting it.
For example

Contact says
Well I was in the park and I noticed something strange.

Me says
Well I was in the park and I noticed something strange.

See for some reason it’s copying from time their sentences and posting them back any help would be appreciated thanks.
07-07-2009 11:21 AM
Profile E-Mail PM Find Quote Report
Batrix
New Member
*


Posts: 2
Joined: Jun 2008
Hi everybody I just need a little bit of help. I downloaded the script and when I am trying to add some answers it doesn't work I can only cancel... Is there something to do? Is it because i'm using Windows Live Messenger? Please help me!

Thank you for reading my post :-#

This post was edited on 07-21-2009 at 09:27 PM by Batrix.
07-21-2009 09:26 PM
Profile E-Mail PM Find Quote Report
warrior4321
New Member
*


Posts: 1
Joined: Jul 2009
RE: [Release] Answer Machine Plus v2.72(09/20/08)
Hello,

I was wondering if someone could help me. I made a new field and named it "yo",
receive and answer were both "yo" as well.
Type is "word".
Reply to "contact"
Flags : 40

Yet, when somebody says "yo" it does not answer but when they say "you" or youtube.com/example, it replies to them.

Can somebody tell me what the problem is? :^)
07-22-2009 04:01 AM
Profile E-Mail PM Find Quote Report
Celt30
New Member
*


Posts: 1
Joined: Aug 2009
RE: [Release] Answer Machine Plus v2.72(09/20/08)
I Found a mistake.... I Have it set so When Someone  says a swear word =] They Get Told off.... >=[ But It Will Tell You Off For anything. Even Words I DON'T have there...
08-04-2009 09:32 AM
Profile PM Find Quote Report
lopkiol
New Member
*


Posts: 4
Joined: Aug 2009
RE: [Release] Answer Machine Plus v2.72(09/20/08)
Is there a list of all the possible available commands like:

!ping
!say
!shoot
!subnick

and the action they perform?
Cheers.
08-16-2009 09:25 AM
Profile E-Mail PM Find Quote Report
pray2win
Junior Member
**


Posts: 40
Joined: Feb 2008
RE: RE: [Release] Answer Machine Plus v2.72(09/20/08)
quote:
Originally posted by lopkiol
Is there a list of all the possible available commands like:

!ping
!say
!shoot
!subnick

and the action they perform?
Cheers.

you dont know what they do?

!ping - if someone types that you'll send a /ping to them which if they got msn they reply with a pong

if someone types !say (message) you repeat that message (they removed the nice bug to !say !say !say hi xD (repeating till end of !say's)

!shoot = russian roulette. which i really loved to edit

!subnick (message) is to let other change your personal message
============================================
if you ment what other commands can you use...

You can add whatever you want.
combine commando's

type / in chat window and wait till a list appears.
try to combine these things with your program

aslo make things like !time
and  make it say ITS (!D) (!T) etc.

If you make a menu like "menu" you can do things like

hello (!N),
i have made a list
Type the following number to open the menu
1 - info about myself
2 - 1337
3 - omg?

etc.

furter questions?
08-16-2009 12:26 PM
Profile E-Mail PM Find Quote Report
Pages: (27): « First « 18 19 20 21 [ 22 ] 23 24 25 26 » 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