Micro AI macros: fix a mistake in comments
This commit is contained in:
parent
a09a312a6a
commit
adb90c9113
1 changed files with 10 additions and 10 deletions
|
@ -21,7 +21,7 @@
|
|||
#define MICRO_AI_HEALER_SUPPORT
|
||||
# Sets up the healer support Micro AI for a side
|
||||
# Include this macro in the side definition
|
||||
# Needs to be in [side], does not work in [modify_side] in BfW 1.10
|
||||
# Needs to be in [side], does not work in [modify_side]
|
||||
|
||||
[ai]
|
||||
id=healer_support
|
||||
|
@ -41,7 +41,7 @@
|
|||
#define MICRO_AI_BOTTLENECK_DEFENSE
|
||||
# Sets up the bottleneck defense Micro AI for a side
|
||||
# Include this macro in the side definition
|
||||
# Needs to be in [side], does not work in [modify_side] in BfW 1.10
|
||||
# Needs to be in [side], does not work in [modify_side]
|
||||
|
||||
[ai]
|
||||
id=bottleneck_defense
|
||||
|
@ -61,7 +61,7 @@
|
|||
#define MICRO_AI_MESSENGER_ESCORT
|
||||
# Sets up the messenger escort Micro AI for a side
|
||||
# Include this macro in the side definition
|
||||
# Needs to be in [side], does not work in [modify_side] in BfW 1.10
|
||||
# Needs to be in [side], does not work in [modify_side]
|
||||
|
||||
[ai]
|
||||
id=messenger_escort
|
||||
|
@ -81,7 +81,7 @@
|
|||
#define MICRO_AI_ANIMALS
|
||||
# Sets up the animals Micro AIs for a side
|
||||
# Include this macro in the side definition
|
||||
# Needs to be in [side], does not work in [modify_side] in BfW 1.10
|
||||
# Needs to be in [side], does not work in [modify_side]
|
||||
|
||||
[ai]
|
||||
id=animals
|
||||
|
@ -101,7 +101,7 @@
|
|||
#define MICRO_AI_GUARDIAN
|
||||
# Sets up the guardian Micro AIs for a side
|
||||
# Include this macro in the side definition
|
||||
# Needs to be in [side], does not work in [modify_side] in BfW 1.10
|
||||
# Needs to be in [side], does not work in [modify_side]
|
||||
|
||||
[ai]
|
||||
id=guardian
|
||||
|
@ -121,7 +121,7 @@
|
|||
#define MICRO_AI_PROTECT_UNIT
|
||||
# Sets up the protect unit Micro AI for a side
|
||||
# Include this macro in the side definition
|
||||
# Needs to be in [side], does not work in [modify_side] in BfW 1.10
|
||||
# Needs to be in [side], does not work in [modify_side]
|
||||
|
||||
[ai]
|
||||
id=protect_unit
|
||||
|
@ -141,7 +141,7 @@
|
|||
#define MICRO_AI_PATROL
|
||||
# Sets up the patrol Micro AI for a side
|
||||
# Include this macro in the side definition
|
||||
# Needs to be in [side], does not work in [modify_side] in BfW 1.10
|
||||
# Needs to be in [side], does not work in [modify_side]
|
||||
|
||||
[ai]
|
||||
id=patrol
|
||||
|
@ -161,7 +161,7 @@
|
|||
#define MICRO_AI_LURKERS
|
||||
# Sets up the lurkers Micro AI for a side
|
||||
# Include this macro in the side definition
|
||||
# Needs to be in [side], does not work in [modify_side] in BfW 1.10
|
||||
# Needs to be in [side], does not work in [modify_side]
|
||||
|
||||
[ai]
|
||||
id=lurkers
|
||||
|
@ -181,7 +181,7 @@
|
|||
#define MICRO_AI_RECRUITING
|
||||
# Sets up the recruiting Micro AI for a side
|
||||
# Include this macro in the side definition
|
||||
# Needs to be in [side], does not work in [modify_side] in BfW 1.10
|
||||
# Needs to be in [side], does not work in [modify_side]
|
||||
|
||||
[ai]
|
||||
id=recruiting
|
||||
|
@ -201,7 +201,7 @@
|
|||
#define MICRO_AI_GOTO
|
||||
# Sets up the Goto Micro AI for a side
|
||||
# Include this macro in the side definition
|
||||
# Needs to be in [side], does not work in [modify_side] in BfW 1.10
|
||||
# Needs to be in [side], does not work in [modify_side]
|
||||
|
||||
[ai]
|
||||
id=goto
|
||||
|
|
Loading…
Add table
Reference in a new issue