more create agent fixes

This commit is contained in:
Zac Surplice
2013-11-27 12:52:35 +11:00
parent 46a0eb2c9b
commit 56d026f14c
14 changed files with 0 additions and 146 deletions

View File

@@ -178,12 +178,6 @@ if (true) then
_this setDir 3.04793;
_this setPos [1962.5618, 12555.738, 3.0517578e-005];
};
_this = createCenter civilian;
_center_1 = _this;
= createGroup _center_1;
_unit_5 = objNull;
if (true) then
{
@@ -2611,11 +2605,6 @@ if (true) then
_this setPos [749.52051, 10484.229, -6.1035156e-005];
};
_this = createCenter resistance;
_center_3 = _this;
= createGroup _center_3;
_unit_119 = objNull;
if (true) then
{

View File

@@ -60,12 +60,6 @@ if (true) then
_this setDir 36.088291;
_this setPos [11465.908, 11356.04, -6.1035156e-005];
};
_this = createCenter civilian;
_center_1 = _this;
= createGroup _center_1;
_unit_13 = objNull;
if (true) then
{
@@ -1110,11 +1104,6 @@ if (true) then
_this setPos [12946.147, 12768.145, -4.5776367e-005];
};
_this = createCenter resistance;
_center_2 = _this;
= createGroup _center_2;
_unit_108 = objNull;
if (true) then
{

View File

@@ -1,10 +1,4 @@
_this = createCenter civilian;
_center_1 = _this;
= createGroup _center_1;
_vehicle_22 = objNull;
if (true) then
{

View File

@@ -27,11 +27,6 @@ if (isServer) then {
---------------------------------------------------------------------------*/
_this = createCenter resistance;
_center_1 = _this;
= createGroup _center_1;
/*---------------------------------------------------------------------------
BEGIN BRANIBOR TRADERS
@@ -137,11 +132,6 @@ if (true) then
---------------------------------------------------------------------------*/
_this = createCenter civilian;
_center_2 = _this;
= createGroup _center_2;
/*---------------------------------------------------------------------------
BEGIN LYEPESTOK TRADERS

View File

@@ -306,11 +306,6 @@ if (true) then
_this setPos [5765.249, 10774.792, 1.335144e-005];
};
_this = createCenter resistance;
_center_1 = _this;
= createGroup _center_1;
_unit_3 = objNull;
if (true) then
{
@@ -370,11 +365,6 @@ if (true) then
_this setPos [5771.5537, 10781.919, 3.8146973e-006];
};
_this = createCenter civilian;
_center_2 = _this;
= createGroup _center_2;
_unit_7 = objNull;
if (true) then
{

View File

@@ -1,19 +1,4 @@
_this = createCenter west;
_center_0 = _this;
= createGroup _center_0;
_this = createCenter civilian;
_center_1 = _this;
= createGroup _center_1;
_this = createCenter resistance;
_center_2 = _this;
= createGroup _center_2;
_unit_63 = objNull;
if (true) then
{

View File

@@ -1,8 +1,4 @@
_this = createCenter west;
_center_0 = _this;
= createGroup _center_0;
_vehicle_2 = objNull;
if (true) then
@@ -1196,11 +1192,6 @@ if (true) then
_this setPos [5018.3369, 9734.7627, -6.1035156e-005];
};
_this = createCenter resistance;
_center_1 = _this;
= createGroup _center_1;
_unit_36 = objNull;
if (true) then
{
@@ -1432,11 +1423,6 @@ if (true) then
_this setUnitAbility 0.60000002;
_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_52 = objNull;
if (true) then
{

View File

@@ -215,12 +215,6 @@ if (true) then
_this setDir 43.500278;
_this setPos [11456.617, 11360.711, -6.1035156e-005];
};
_this = createCenter civilian;
_center_1 = _this;
= createGroup _center_1;
_unit_13 = objNull;
if (true) then
{
@@ -1310,11 +1304,6 @@ if (true) then
_this setPos [12946.147, 12768.145, -4.5776367e-005];
};
_this = createCenter resistance;
_center_2 = _this;
= createGroup _center_2;
_unit_108 = objNull;
if (true) then
{

View File

@@ -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
{

View File

@@ -1,18 +1,4 @@
_this = createCenter west;
_center_0 = _this;
= createGroup _center_0;
_this = createCenter resistance;
_center_1 = _this;
= createGroup _center_1;
_this = createCenter civilian;
_center_2 = _this;
= createGroup _center_2;
_vehicle_4 = objNull;
if (true) then

View File

@@ -2091,21 +2091,6 @@ if (true) then
_this setPos [2396.1758, 7528.0537, 0.81695074];
};
_this = createCenter resistance;
_center_1 = _this;
= createGroup _center_1;
_this = createCenter civilian;
_center_2 = _this;
= createGroup _center_2;
_this = createCenter east;
_center_3 = _this;
= createGroup _center_3;
_unit_105 = objNull;
if (true) then
{

View File

@@ -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
{

View File

@@ -1,7 +1,3 @@
_this = createCenter civilian;
_center_1 = _this;
= createGroup _center_1;
_unit_2 = objNull;
if (true) then

View File

@@ -1,7 +1,3 @@
_this = createCenter civilian;
_center_1 = _this;
= createGroup _center_1;
_unit_2 = objNull;
if (true) then