|
1 | 1 | _centerPos = _this select 0; |
2 | 2 |
|
3 | 3 | // patrolling guard |
4 | | -_groupPatrol = [ [(_centerPos select 0)+20, (_centerPos select 1)+20], WEST, ["B_Soldier_F","B_Soldier_F","B_Soldier_AT_F","B_engineer_F","B_medic_F","B_recon_F","B_Soldier_AT_F"],[],[],[0.6,0.8,0.7]] call BIS_fnc_spawnGroup; |
| 4 | +_groupPatrol = [ [(_centerPos select 0)+40, (_centerPos select 1)+40], WEST, ["B_Soldier_F","B_Soldier_F","B_Soldier_AT_F","B_engineer_F","B_medic_F","B_recon_F","B_Soldier_AT_F","B_Soldier_AA_F"],[],[],[0.6,0.8,0.7]] call BIS_fnc_spawnGroup; |
5 | 5 |
|
6 | 6 | _groupPatrol setCombatMode "YELLOW"; |
7 | | - _wp = _groupPatrol addWaypoint [[(_centerPos select 0)+20, (_centerPos select 1)+20], 0]; |
| 7 | + _wp = _groupPatrol addWaypoint [[(_centerPos select 0)+40, (_centerPos select 1)+40], 0]; |
8 | 8 | _wp setWaypointType "MOVE"; |
9 | 9 | _wp setWaypointBehaviour "SAFE"; |
10 | 10 | _wp setWaypointSpeed "LIMITED"; |
11 | 11 |
|
12 | | - _wp = _groupPatrol addWaypoint [[(_centerPos select 0)-20, (_centerPos select 1)+20], 0]; |
| 12 | + _wp = _groupPatrol addWaypoint [[(_centerPos select 0)-40, (_centerPos select 1)+40], 0]; |
13 | 13 | _wp setWaypointType "MOVE"; |
14 | 14 | _wp setWaypointBehaviour "SAFE"; |
15 | 15 | _wp setWaypointSpeed "LIMITED"; |
16 | 16 |
|
17 | | - _wp = _groupPatrol addWaypoint [[(_centerPos select 0)-20, (_centerPos select 1)-20], 0]; |
| 17 | + _wp = _groupPatrol addWaypoint [[(_centerPos select 0)-40, (_centerPos select 1)-40], 0]; |
18 | 18 | _wp setWaypointType "MOVE"; |
19 | 19 | _wp setWaypointBehaviour "SAFE"; |
20 | 20 | _wp setWaypointSpeed "LIMITED"; |
21 | 21 |
|
22 | | - _wp = _groupPatrol addWaypoint [[(_centerPos select 0)+20, (_centerPos select 1)-20], 0]; |
| 22 | + _wp = _groupPatrol addWaypoint [[(_centerPos select 0)+40, (_centerPos select 1)-40], 0]; |
23 | 23 | _wp setWaypointType "MOVE"; |
24 | 24 |
|
25 | | - _wp = _groupPatrol addWaypoint [[(_centerPos select 0)+20, (_centerPos select 1)+20], 0]; |
| 25 | + _wp = _groupPatrol addWaypoint [[(_centerPos select 0)+40, (_centerPos select 1)+40], 0]; |
26 | 26 | _wp setWaypointType "CYCLE"; |
27 | 27 | _wp setWaypointBehaviour "SAFE"; |
28 | 28 | _wp setWaypointSpeed "LIMITED"; |
|
0 commit comments