RoboWaiter/robowaiter/robot/Default.ptml

27 lines
387 B
Plaintext
Raw Normal View History

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
{
cond Chatting()
act DealChat()
2023-11-13 11:53:50 +08:00
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()
}
}
sequence
{
selector
{
cond At(Robot,Bar)
act MoveTo(Bar)
}
cond DetectCustomer()
act GreatCustomer
}
2023-11-16 21:37:18 +08:00
}