SAR_dynamic_spawning code question

Arkm

New Member
Im not sure that the dynamic Ai are spawning.

In example given line reads:

_check = [["max_grps","rnd_grps","max_p_grp"],[[0,1,2],[0,75,100],[0,4,3]],"SAR_area_0_0"] call SAR_AI_mon_upd;

In setup it reads:

[["max_grps","rnd_grps","max_p_grp"],[[1,0,0],[50,0,0],[3,0,0]],"SAR_area_0_0"] call SAR_AI_mon_upd;

is the _check= dropped in the setup or is it supposed to be there??
 
Back
Top