2023-11-08 17:37:49 +08:00
|
|
|
selector
|
2023-11-13 11:53:50 +08:00
|
|
|
{
|
2023-11-08 17:37:49 +08:00
|
|
|
sequence
|
2023-11-16 21:37:18 +08:00
|
|
|
{
|
2023-11-18 14:51:17 +08:00
|
|
|
cond CustomerChatting()
|
2023-11-08 10:03:40 +08:00
|
|
|
act DealChat()
|
2023-11-16 21:37:18 +08:00
|
|
|
}
|
|
|
|
sequence
|
|
|
|
{
|
2023-11-08 15:28:01 +08:00
|
|
|
cond HasSubTask()
|
2023-11-08 17:37:49 +08:00
|
|
|
sequence
|
2023-11-16 21:37:18 +08:00
|
|
|
{
|
|
|
|
act SubTaskPlaceHolder()
|
|
|
|
}
|
|
|
|
}
|
2023-11-16 22:48:54 +08:00
|
|
|
sequence
|
|
|
|
{
|
2023-11-18 14:51:17 +08:00
|
|
|
cond FocusingCustomer()
|
|
|
|
act ServeCustomer()
|
|
|
|
}
|
|
|
|
sequence
|
|
|
|
{
|
|
|
|
cond NewCustomerComing()
|
2023-11-16 22:48:54 +08:00
|
|
|
selector
|
|
|
|
{
|
|
|
|
cond At(Robot,Bar)
|
|
|
|
act MoveTo(Bar)
|
|
|
|
}
|
2023-11-18 13:40:25 +08:00
|
|
|
act GreetCustomer()
|
2023-11-16 22:48:54 +08:00
|
|
|
}
|
2023-11-18 14:51:17 +08:00
|
|
|
|
2023-11-16 21:37:18 +08:00
|
|
|
}
|