RoboWaiter/robowaiter/robot/Default.ptml

14 lines
215 B
Plaintext
Raw Normal View History

selector{
sequence{
cond Chatting()
act DealChat()
}
2023-11-08 15:28:01 +08:00
sequence{
cond HasSubTask()
sequence{
act SubTaskPlaceHolder()
}
cond At(Talb,ea)
}
}