Static Marker Explanation

Carp!

Well-Known Member
Can I get an explanation of the difference between these 2 lines?

["DZAI_NWAF3",[3,0],[],3] call DZAI_static_spawn;
["DZAI_NWAF4",[2,1],['NWAF4_1','NWAF4_2','NWAF4_3','NWAF4_4'],2] call DZAI_static_spawn;

I get the top line, but I don't understand the explanation for the bottom line.
 
The markers in the array that is empty in the first example act as spawn points where AI can appear. If left empty DZAI will find all nearby buildings within 250m to use as spawn points, but this isn't always possible if there are no buildings or too few to provide spawn locations that are random enough.

Sent from my Nexus 5 using Tapatalk
 
Back
Top