|
| 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 Comment script
| Cliffski |
|
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!  | 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> |
|
|
|
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
Skin created by Ben of the IF Skin Zone.
| |