add emp functionality

This commit is contained in:
2024-02-08 19:43:55 -08:00
parent 2c733f77df
commit e0e06eff5e
15 changed files with 249 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#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;
true;