mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
// by commy2 and CAA-Picard
|
|
|
|
if (!hasInterface) exitWith {};
|
|
|
|
AGM_Interaction_isOpeningDoor = false;
|
|
AGM_Dancing = false;
|
|
|
|
// restore global fire teams for JIP
|
|
{
|
|
_team = _x getVariable ["AGM_assignedFireTeam", ""];
|
|
if (_team != "") then {_x assignTeam _team};
|
|
} forEach allUnits;
|