RoboWaiter/robowaiter/behavior_tree/ptml/test/Test.ptml

8 lines
104 B
Plaintext
Raw Normal View History

selector{
sequence{
cond Chatting()
act DealChat()
}
act At(Coffee,Table)
}