Files
lab1/platforms/brawler/alternatives/behavior_alt1514_point.txt

23 lines
583 B
Plaintext
Raw Permalink 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 alt1514_point
precondition
return 1.0;
end_precondition
execute
extern int kturn;
kturn = 0; //go straight at target
end_execute
end_behavior