Você sabia que o Bot Libre também fornece avatares em 3D e um free web speech API?
Self, AIML, and scripting : script logic

RE: script logic

por admin postado Sep 9 2016, 14:52

The issue is your 'case "*"' is only going to accept the exact text "*"

"*" is nothing special, and not a pattern.

The "case" operator takes either a string/text, or a "variable" object.

So you can change it to,

case country goto...

This will assign the "country" variable to the next word, and you can use the variable in your function.

You can also use patterns that use *, but a pattern compares the entire sentence.

i.e.
pattern "translate the postal code * in *" template...

For a pattern the "*" values become the "star" variable.
For multiple stars, star becomes an array, i.e. star[0] and star[1].


Id: 13960654
Postado: Sep 9 2016, 14:52
Respostas: 0
Pontos de vista: 1775, hoje: 1, semana: 6, mês: 15
0 0 0.0/5