Hosten Sie Ihre eigene bot-Plattform mit dem Bot Libre Enterprise-Bot-Plattform
Self, AIML, and scripting : script logic

RE: script logic

durch admin gepostet 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
Gepostet: Sep 9 2016, 14:52
Antworten: 0
Ansichten: 1768, heute: 1, Woche: 2, Monat: 8
0 0 0.0/5