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