RoboWaiter/robowaiter/robot/Default.ptml

18 lines
280 B
Plaintext
Raw Normal View History

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