cant get some ai to spawn

vital

New Member
ok first thing i wanted to spawn some ai at neaf but i cant find them did i do this code right

// define your static infantry patrols here
//

[SAR_marker_DEBUG_devilscastle,1,0,6,"fortify",true] call SAR_AI;
[SAR_marker_NEAF,3,6,6,"patrol",true,20] call SAR_AI;
[SAR_marker_NEAF,3,8,8,"patrol",true,20] call SAR_AI;
[SAR_marker_NEAF,3,6,6,"patrol",true,20] call SAR_AI;

2nd the bandit ai rifle man do not spawn at all only the snipers do and same for the leaders the code i was using for a weapon is
//potential weapon list for riflemen

SAR_band_rifleman_weapon_list = [
"BAF_L85A2_RIS_Holo"
];

again did i do those right
 
Back
Top