Jump to content
  • 0

Sarge ai Not shooting at some vehicles


koolblue87

Question

9 answers to this question

Recommended Posts

  • 0

Try this, I don't know where it goes in sarge ai. I haven't used it for a long time.

 

// Make AI Hostile to Survivors
    WEST setFriend [EAST,0];
    EAST setFriend [WEST,0];
    EAST setFriend [CIVILIAN,0];
    CIVILIAN setFriend [EAST,0];
    WEST setFriend [RESISTANCE, 0];
    RESISTANCE setFriend [WEST, 0];
    RESISTANCE setFriend [East, 0];
    EAST setFriend [RESISTANCE, 0];
 
They will shoot at everything.
Link to comment
Share on other sites

  • 0

 

Try this, I don't know where it goes in sarge ai. I haven't used it for a long time.

 

// Make AI Hostile to Survivors
    WEST setFriend [EAST,0];
    EAST setFriend [WEST,0];
    EAST setFriend [CIVILIAN,0];
    CIVILIAN setFriend [EAST,0];
    WEST setFriend [RESISTANCE, 0];
    RESISTANCE setFriend [WEST, 0];
    RESISTANCE setFriend [East, 0];
    EAST setFriend [RESISTANCE, 0];
 
They will shoot at everything.

 

This didn't work but thanks for the attempt.

Link to comment
Share on other sites

  • 0

Send in a fire team. Give one an rpg and the rest a few grenades, should do the trick :)

// potential weapon list for leaders
SAR_band_leader_weapon_list = ["RPG7V","M32_EP1","M4A1","M4A3_CCO_EP1","AK_47_M","M240_DZ","AKS_GOLD","AK_74_GL","AK_107_GL_kobra","Sa58P_EP1"];
SAR_band_leader_pistol_list = [];   

// potential item list for leaders -> Item / Chance 1 - 100
SAR_band_leader_items = [["ItemSodaCoke",75],["FoodCanPasta",60],["ItemSilverBar",40],["ItemComboLock",1]];
SAR_band_leader_tools =  [["ItemMap",50],["ItemCompass",30],["Binocular_Vector",5],["NVGoggles",5],["ItemRadio",100]];

Would this be correct?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...