Update DMS_spawnAI.sqf

This commit is contained in:
Defent 2015-08-25 21:53:15 +02:00
parent d2adb0940c
commit e39d9d1a07

View File

@ -5,7 +5,7 @@ DMS_spawnAI = {
_skill = _this select 2; _skill = _this select 2;
//_playerObject = (owner player); //_playerObject = (owner player);
// Needed 4 exile // Needed 4 exile
_group = createGroup INDEPENDENT; _group = createGroup RESISTANCE;
_group setBehaviour "COMBAT"; _group setBehaviour "COMBAT";
_group setCombatMode "RED"; _group setCombatMode "RED";
_group allowFleeing 0; _group allowFleeing 0;