31 lines
882 B
Plaintext
31 lines
882 B
Plaintext
# ****************************************************************************
|
|
# CUI
|
|
#
|
|
# The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
|
|
#
|
|
# The use, dissemination or disclosure of data in this file is subject to
|
|
# limitation or restriction. See accompanying README and LICENSE for details.
|
|
# ****************************************************************************
|
|
|
|
include_once processors/quantum_agents/aiai/ai_quantum_tasker.txt
|
|
|
|
include_once processors/quantum_agents/aiww/behavior_formation.txt
|
|
#include_once processors/ripr_agents/aiww/behavior_buddy_uplink.txt
|
|
|
|
|
|
processor WW_BUDDY_TASKER AI_QUANTUM_TASKER
|
|
|
|
#script_variables
|
|
#end_script_variables
|
|
|
|
behavior_tree
|
|
selector
|
|
behavior_node go_home
|
|
behavior_node formation
|
|
end_selector
|
|
#behavior_node buddy_uplink
|
|
end_behavior_tree
|
|
|
|
end_processor
|
|
|