InvisionFree - Free Forum Hosting
Join the millions that use us for their forum communities. Create your own forum today.

Learn More · Register for Free
Welcome to Bsgbot. We hope you enjoy your visit.


You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Name:   Password:


 

 Name Comment script
Cliffski
Posted: Mar 25 2006, 01:59 AM


Newbie


Group: Members
Posts: 3
Member No.: 8
Joined: 25-March 06



Ok, so this is my first ever script, and is sort of long, but everything should work fine. If you have suggestions for me to add something, just let me know (or if you have a script you want me to make). When you tell the bot your name it asks some questions and things like that, related to your name. Yeah...Enjoy! tongue.gif

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

<category>
<pattern>my name is *</pattern>
<that>what is your name</that>
<template>
Nice to meet you, <set name="name"><star /></set>.
Do you like being called that?
</template>
</category>

<category>
<pattern>*</pattern>
<that>what is your name</that>
<template>
Nice to meet you, <set name="name"><star /></set>.
Do you like being called that?
</template>
</category>

<category>
<pattern>* yes *</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>yes</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>* yes</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>yes *</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>* yeah *</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>yeah</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>* yeah</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>yeah *</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>* yep *</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>yep</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>* yep</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>yep *</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>* ye *</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>ye</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>* ye</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>ye *</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>* yeh *</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>yeh</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>* yeh</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>yeh *</pattern>
<that>do you like being called that</that>
<template>
That is cool! I really like talking with you.
</template>
</category>

<category>
<pattern>* no *</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>

<category>
<pattern>no</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>

<category>
<pattern>* no</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>

<category>
<pattern>no *</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>

<category>
<pattern>* nah *</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>

<category>
<pattern>nah</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>

<category>
<pattern>* nah</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>

<category>
<pattern>nah *</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>

<category>
<pattern>* nope *</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>

<category>
<pattern>nope</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>

<category>
<pattern>* nope</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>

<category>
<pattern>nope *</pattern>
<that>do you like being called that</that>
<template>
I guess it's ok. <get name="name" />, if you could pick, what would your name be?
</template>
</category>
<category>
<pattern>*</pattern>
<think>I guess it's ok. <get name="username" />, if you could pick, what would your name be?</think>
<template>
Neat. I like that name!
</template>
</category>

</aiml>
Top
DealsFor.me - The best sales, coupons, and discounts for you

Topic Options



Skin created by Ben of the IF Skin Zone.

Hosted for free by InvisionFree* (Terms of Use: Updated 2/10/2010) | Powered by Invision Power Board v1.3 Final © 2003 IPS, Inc.
Page creation time: 0.2007 seconds | Archive