Files
lab1/processors/quantum_agents/aiai/behavior_manage-fuel.txt

32 lines
680 B
Plaintext
Raw Normal View History

2025-09-12 15:20:28 +08:00
# ****************************************************************************
# 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