Files
MissionTemplate/framework/emp/functions/fn_applyLocalGroupEffects.sqf
2024-02-09 21:37:59 -08:00

10 lines
227 B
Plaintext

#include "..\script_component.hpp"
params [["_group", grpNull, [grpNull]]];
if (isNull _group) exitWith {};
if !(local _group) exitWith {};
//set gunlight status
_group enableGunLights "forceOff";
_group enableIRLasers true;