RoboWaiter/sub_task.ptml

8 lines
90 B
Plaintext
Raw Normal View History

2023-11-09 08:47:57 +08:00
selector{
2023-11-13 11:53:50 +08:00
cond At(Coffee,Bar)
2023-11-13 14:48:58 +08:00
sequence{
2023-11-13 11:53:50 +08:00
cond At(Robot,CoffeeMachine)
act MakeCoffee()
2023-11-09 08:47:57 +08:00
}
}