Jump to content

Side learn on js script for msg plus


BrainStorm

Recommended Posts

Hi there i wonder if someone here knows how to make msn plus script ?

if so maby got time to help me just an quicky on how to make for example

"bot" when OnEvent_ChatWndReceiveMessage (the message = !learn (text) (the anwser)

it saves the (text) to "receive,Entryname" and the (the anwser) to "Answer" to this

specific lines of codes but an extra more like my example under it (the Flag Status ext with entry 0)(exept the DelayEnabled and Enable)

<?xml version="1.0" encoding="UTF-8"?>

<Answers>

<Misc>

<DelayEnabled>1</DelayEnabled>

<DelayTime>0</DelayTime>

</Misc>

<Entry name="!ping">

<Receive>!ping</Receive>

<Answer>/ping</Answer>

<Type>RegExp</Type>

<Flags>25</Flags>

<MatchCount>1</MatchCount>

<Status>255</Status>

<Enabled>1</Enabled>

<Delay>0</Delay>

</Entry>

</Answers>

My example :

<?xml version="1.0" encoding="UTF-8"?>

<Answers>

<Misc>

<DelayEnabled>1</DelayEnabled>

<DelayTime>0</DelayTime>

</Misc>

<Entry name="!ping">

<Receive>!ping</Receive>

<Answer>/ping</Answer>

<Type>RegExp</Type>

<Flags>25</Flags>

<MatchCount>1</MatchCount>

<Status>255</Status>

<Enabled>1</Enabled>

<Delay>0</Delay>

</Entry>

<Entry name="!learn">

<Receive>!learn</Receive>

<Answer>The answer</Answer>

<Type>0</Type>

<Flags>0</Flags>

<MatchCount>0</MatchCount>

<Status>0</Status>

<Enabled>1</Enabled>

<Delay>0</Delay>

</Entry>

</Answers>

AWNSER HERE OR EMAIL ON My mail If YOu can creat one for me in an quicky

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use