preparing for improved positions of action points

This commit is contained in:
commy2 2015-04-15 16:40:20 +02:00
parent bf8f9b4818
commit 9c1b40f5a3

View File

@ -100,7 +100,7 @@ class CfgVehicles {
distance = 4;
condition = QUOTE(side group _player == west);
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_West')] call FUNC(teleportToRallypoint));
position[] = {0,0,-1};
position = "[0,0,-1]";
showDisabled = 1;
priority = 1;
};
@ -120,7 +120,7 @@ class CfgVehicles {
distance = 4;
condition = QUOTE(side group _player == east);
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_East')] call FUNC(teleportToRallypoint));
position[] = {0,0,-1};
position = "[0,0,-1]";
showDisabled = 1;
priority = 1;
};
@ -140,7 +140,7 @@ class CfgVehicles {
distance = 4;
condition = QUOTE(side group _player == independent);
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_Independent')] call FUNC(teleportToRallypoint));
position[] = {0,0,-1};
position = "[0,0,-1]";
showDisabled = 1;
priority = 1;
};
@ -161,7 +161,7 @@ class CfgVehicles {
distance = 4;
condition = QUOTE(side group _player == west);
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_West_Base')] call FUNC(teleportToRallypoint));
position[] = {0,0,-1};
position = "[0,0,-1]";
showDisabled = 1;
priority = 1;
};
@ -181,7 +181,7 @@ class CfgVehicles {
distance = 4;
condition = QUOTE(side group _player == east);
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_East_Base')] call FUNC(teleportToRallypoint));
position[] = {0,0,-1};
position = "[0,0,-1]";
showDisabled = 1;
priority = 1;
};
@ -201,7 +201,7 @@ class CfgVehicles {
distance = 4;
condition = QUOTE(side group _player == independent);
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_Independent_Base')] call FUNC(teleportToRallypoint));
position[] = {0,0,-1};
position = "[0,0,-1]";
showDisabled = 1;
priority = 1;
};