selector
cond On(Coffee,Bar)
sequence
cond Holding(Coffee)
cond At(Robot,Bar)
act PutDown(Coffee,Bar)
act MoveTo(Bar)
cond At(Robot,Coffee)
cond Holding(Nothing)
act PickUp(Coffee)
act PutDown(Anything,Anywhere)
cond Exist(Coffee)
act MoveTo(Coffee)
act Make(Coffee)