Adds a stub macro AI_LOCATION to the ai_controller.
This is called in LoW::7 and will be implemented later.
This commit is contained in:
parent
fa74ccff1d
commit
423f342994
1 changed files with 5 additions and 1 deletions
|
@ -499,7 +499,7 @@
|
|||
type=objective
|
||||
|
||||
# remove this line to enable the option...
|
||||
disabled=yes
|
||||
#disabled=yes
|
||||
|
||||
[ai]
|
||||
[protect_location]
|
||||
|
@ -1023,3 +1023,7 @@ Behavior: $ai_controller.side_$ally_side|_current_settings.currently_doing_behav
|
|||
[/else]
|
||||
[/if]
|
||||
#enddef
|
||||
|
||||
# A stub for scenario 7 of LoW
|
||||
#define AI_LOCATION ID NAME RANGE X Y
|
||||
#enddef
|
Loading…
Add table
Reference in a new issue