ACE3/addons/interaction/XEH_clientInit.sqf
2015-01-11 20:13:47 -03:00

14 lines
287 B
Plaintext

// by commy2 and CAA-Picard
#include "script_component.hpp"
if (!hasInterface) exitWith {};
GVAR(isOpeningDoor) = false;
// restore global fire teams for JIP
{
_team = _x getVariable [QGVAR(assignedFireTeam), ""];
if (_team != "") then {_x assignTeam _team};
} forEach allUnits;