mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-26 11:43:54 +03:00
more create agent fixes
This commit is contained in:
@@ -489,12 +489,6 @@ if (true) then
|
||||
_this setDir -96.84465;
|
||||
_this setPos [3571.3137, 6827.437, 3.8146973e-006];
|
||||
};
|
||||
|
||||
_this = createCenter civilian;
|
||||
_center_1 = _this;
|
||||
|
||||
= createGroup _center_1;
|
||||
|
||||
_unit_9 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
@@ -780,11 +774,6 @@ if (true) then
|
||||
_this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;
|
||||
};
|
||||
|
||||
_this = createCenter resistance;
|
||||
_center_2 = _this;
|
||||
|
||||
= createGroup _center_2;
|
||||
|
||||
_unit_86 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user