2023-11-08 17:37:49 +08:00
|
|
|
selector
|
2023-11-13 10:32:56 +08:00
|
|
|
// sequence
|
|
|
|
// cond NeedExplore()
|
2023-11-08 17:37:49 +08:00
|
|
|
// act ExploreEnv()
|
|
|
|
sequence
|
2023-11-08 10:03:40 +08:00
|
|
|
cond Chatting()
|
|
|
|
act DealChat()
|
2023-11-08 17:37:49 +08:00
|
|
|
sequence
|
2023-11-08 15:28:01 +08:00
|
|
|
cond HasSubTask()
|
2023-11-08 17:37:49 +08:00
|
|
|
sequence
|
2023-11-13 10:32:56 +08:00
|
|
|
act SubTaskPlaceHolder()
|