Soldiers fortify

Deejay

New Member
Hi again, and sorry für the many questions.
I noticed something. I have soldiers to protect my base. At first (server restart etc.)they pass through the base and move, but when I leave the base and remove me and come back after a time, they just stand in formation away from the base. Can be normal ? I do not know. Maybe I should switch from "fortify" to "patrol".

Here are my settings:

Code:
// Base
_this = createMarker ["SAR_area_admin", [2664.44, 13070]];
_this setMarkerShape "RECTANGLE";
_this setMarkeralpha 0;
_this setMarkerType "Flag";
_this setMarkerBrush "Solid";
_this setMarkerSize [200, 200];
_this setMarkerDir 120.050;
SAR_marker_castle = _this;

Code:
//Admin Base Protection
[SAR_marker_castle,1,4,10,"fortify",true] call SAR_AI;

greetings
Deejay
 
you might see one of the AI issues that are still open and classified as a bug- i'd recommend to

check if your area really needs to be that big (400x400m is what you configured).

Sarge
 
what these entries have a meaning?

_this setMarkerSize [200, 200]; <---- I think the size of the movement
_this setMarkerDir 120.050;

How to get the size?
Which means "200x200" ?
 
where do u put this particular part of code? for the locations to be fortified? like how do u make AI guard specific location?
 
Back
Top