mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
preparing for improved positions of action points
This commit is contained in:
parent
bf8f9b4818
commit
9c1b40f5a3
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user