still testing

This commit is contained in:
2024-02-09 21:37:59 -08:00
parent e0e06eff5e
commit 032377d7f6
24 changed files with 685 additions and 390 deletions

View File

@@ -0,0 +1,13 @@
#include "..\script_component.hpp"
// Executed on server only, global argument and global effect
// The server makes the change and broadcasts new state to all clients
if (!isServer) exitWith {};
params [["_object", objNull, [objNull]]];
if (isNull _object) exitWith {};
_object disableTIEquipment true;
_object disableNVGEquipment true;
_object setVariable ["A3TI_Disable", true, true];