mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Things.
This commit is contained in:
parent
a88fa06d6d
commit
8677b8c603
@ -3,14 +3,15 @@ DMS_spawnAI = {
|
|||||||
_pos = _this select 0;
|
_pos = _this select 0;
|
||||||
_units = _this select 1;
|
_units = _this select 1;
|
||||||
_skill = _this select 2;
|
_skill = _this select 2;
|
||||||
_group = createGroup WEST;
|
// Needed 4 exile
|
||||||
|
_group = createGroup INDEPENDENT;
|
||||||
_group setBehaviour "COMBAT";
|
_group setBehaviour "COMBAT";
|
||||||
_group setCombatMode "RED";
|
_group setCombatMode "RED";
|
||||||
_group allowFleeing 0;
|
_group allowFleeing 0;
|
||||||
|
|
||||||
// Set AI owner to Player.
|
// Set AI owner to Player.
|
||||||
// _group setGroupOwner (owner player);
|
// _group setGroupOwner (owner player);
|
||||||
//
|
// Not tested this one, may need to apply above one.
|
||||||
ExileServerOwnershipSwapQueue pushBack [_group,_playerObject];
|
ExileServerOwnershipSwapQueue pushBack [_group,_playerObject];
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user