Download Bot Libre Desktop, Ihre eigenen persönlichen bot für Ihren PC oder Mac
Self, AIML, and scripting

[AIML] How to use random?

durch Maddie-Myina gepostet Apr 29 2017, 9:30

I'm making a Eightball script for my AI I think people would love to use. I just don't know how you will get the random to actually work.


by admin posted Apr 29 2017, 16:28

In AIML a random tag gives one of the elements at random.

<category> <pattern>How are you?</pattern> <template> <random> <li>I'm okay.</li> <li>I am great!</li> <li>Not so good.</li> <random> </template> </category>

Bot Libre also lets you add multiple responses to a question and chooses one automatically.

How are you?
I'm okay.
I am great!
Not so good.

Self also has a random() function.

How are you?
Template("{random ("I'm okay.", "I am great!", "Not so good.")}")

Updated: Apr 29 2017, 16:31
Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 2032, today: 3, week: 8, month: 9

Id: 16866204
Gepostet: Apr 29 2017, 9:30
Antworten: 1
Ansichten: 1721, heute: 3, Woche: 6, Monat: 8
0 0 0.0/5