RoboWaiter/sub_task.ptml

12 lines
133 B
Plaintext

selector{
cond At(Water,WaterTable)
sequence{
cond At(Robot,WaterTable)
act PourWater()
}
sequence{
cond
act MoveTo(WaterTable)
}
}