init
This commit is contained in:
31
processors/ripr_agents/aiai/behavior_manage-fuel.txt
Normal file
31
processors/ripr_agents/aiai/behavior_manage-fuel.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
# ****************************************************************************
|
||||
# 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.
|
||||
# ****************************************************************************
|
||||
|
||||
|
||||
|
||||
behavior manage-fuel
|
||||
|
||||
script_debug_writes off
|
||||
|
||||
script_variables
|
||||
end_script_variables
|
||||
|
||||
|
||||
precondition
|
||||
writeln_d("precondition manage-fuel");
|
||||
return false;
|
||||
end_precondition
|
||||
|
||||
|
||||
execute
|
||||
writeln_d("executing manage-fuel");
|
||||
end_execute
|
||||
|
||||
end_behavior
|
||||
|
||||
Reference in New Issue
Block a user