成为一个机器人服务提供者与 机器人的自由云平台机器人
Self, AIML, and scripting : script logic

RE: script logic

通过 admin 发布 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
发布: Sep 9 2016, 14:52
答复: 0
的风景: 1773, 今天: 1, 周: 4, 一个月: 13
0 0 0.0/5