Mise à niveau à notre Platinum service et obtenez votre propre personnalisé conçu avatar 3D
Self, AIML, and scripting

[AIML] How to use random?

par Maddie-Myina posté 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: 2035, today: 2, week: 11, month: 12

Id: 16866204
Posté: Apr 29 2017, 9:30
Réponses: 1
Vues: 1723, aujourd'hui: 1, semaine: 8, mois: 10
0 0 0.0/5