Germandrummer92 / TalkingRobot

PSE
0 stars 0 forks source link

should in CI but in error state #32

Open xixilian opened 10 years ago

xixilian commented 10 years ago

I added the function of CI_TELL_LINE_LOCATION, but it doesn't work properly. When I entered "where is line one/ six/ cafeteria ect ", it always landed in error state, says "can't define line one ect"........but don't know exactly why....

narigaoka commented 10 years ago

the keyword-Datas "one", "two", etc. don't lead to the state CI_TELL_LINE_LOCATION. when you're in the main-dialog it will lead to Kitchen Assistance first, because of "where is". If you add "CI_TELL_LINE_LOCATION" as dialogstate in the "one", "two", etc. keyword datas, it seems to work, but the output is strange:

To >, you need to { . If you still can't find it, just ask someone in canteen

edit: it's a bit weird. "three" - "six", "schnitzelbar", "curry queen" returns something like : To >, you need to { .

but "one", "two" and "cafeteria" still lead to Kitchen Assistance

edit2: i guess, the priorities didn't fit. I've changed that. now these keywords lead to Canteen Information.

but "seven", "eight", etc. should lead to CI_TELL_LINE_NOT_EXIST. it doesn't work for me

xixilian commented 10 years ago

I've found out that if we want the location works, all priority of lines need to be 7 like curry queen is now 7, and it works(haven't commit) others are 6 and land in error state But I'm not sure wether is ok all of these having 7 as priority