Easy setMarkerSize question

Carp!

Well-Known Member
What necessarily is this. I see that some are 50,50 and some are 200,200. Is this the patrol radius?

_this = createMarker ["NEAF_1", [12245.804, 12595.131, -3.0517578e-005]];
_this setMarkerShape "ELLIPSE";
_this setMarkerType "Empty";
_this setMarkerBrush "Solid";
_this setMarkerSize [8, 8];
_marker_21 = _this;

That is an example of one of mine.
 
The top of each cust_markers file explains this - it's the area to be used for spawning and patrolling.
 
Cool man thanks for explaning. I thought it was just for the radius they spawn. I was wondering why some of my bandits didnt move very far :)
 
Back
Top