adds default bases + allows mms to set custom waypoints for microdagr

This commit is contained in:
2024-02-12 23:51:07 -08:00
parent fdcf70b713
commit 296f945ea3
5 changed files with 101 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
#include "..\script_component.hpp"
if (!hasInterface) exitWith {};
call FUNC(addMicroDAGRWaypoints);
call FUNC(addZenModules);
call FUNC(bindEmptyGroupGarbageCleanup);
call FUNC(bindEventHandlers);
call FUNC(bindVehicleActions);
[
LEVEL_DEBUG,
QUOTE(COMPONENT),
"initClient complete",
[]
] call EFUNC(common,log);
localNamespace setVariable [QGVAR(complete), true];
nil;