mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-26 03:36:02 +03:00
more create agent fixes
This commit is contained in:
@@ -183,11 +183,6 @@ if (true) then
|
||||
_this setPos [8151.2344, 4332.9829, 5.1021576e-005];
|
||||
};
|
||||
|
||||
_this = createCenter resistance;
|
||||
_center_1 = _this;
|
||||
|
||||
= createGroup _center_1;
|
||||
|
||||
_unit_14 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
@@ -612,11 +607,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 civilian;
|
||||
_center_2 = _this;
|
||||
|
||||
= createGroup _center_2;
|
||||
|
||||
_unit_56 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user