RoboWaiter/robowaiter/robot/Default.ptml

18 lines
280 B
Plaintext

selector{
selector{
cond HasMap()
act ExploreEnv
}
sequence{
cond Chatting()
act DealChat()
}
sequence{
cond HasSubTask()
sequence{
act SubTaskPlaceHolder()
}
cond At(Talb,ea)
}
}