20 lines
267 B
Plaintext
20 lines
267 B
Plaintext
|
selector
|
||
|
{
|
||
|
selector
|
||
|
{
|
||
|
cond HasMap()
|
||
|
act ExploreEnv()
|
||
|
|
||
|
} sequence
|
||
|
{
|
||
|
cond Chatting()
|
||
|
act DealChat()
|
||
|
|
||
|
} sequence
|
||
|
{
|
||
|
cond HasSubTask()
|
||
|
sequence
|
||
|
{
|
||
|
cond At(Robot,Table)
|
||
|
|
||
|
} // cond At(Robot,Table)}}
|