RoboWaiter/sub_task.ptml

8 lines
88 B
Plaintext
Raw Normal View History

2023-11-09 08:47:57 +08:00
selector{
2023-11-09 16:07:02 +08:00
cond At(Coffee,Bar)
2023-11-09 08:47:57 +08:00
selector{
2023-11-09 16:07:02 +08:00
cond At(Robot,CoffeeMachine)
act MakeCoffee
2023-11-09 08:47:57 +08:00
}
}