mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
|
#include "script_component.hpp"
|
||
|
|
||
|
ADDON = false;
|
||
|
LOG(MSG_INIT);
|
||
|
|
||
|
PREP(addAction);
|
||
|
|
||
|
[QGVAR(wh), {player reveal _this}] call CBA_fnc_addEventHandler;
|
||
|
[QGVAR(action), {_this call FUNC(addaction)}] call CBA_fnc_addEventhandler;
|
||
|
|
||
|
[["LandVehicle","Air","Boat","Thing","StaticWeapon","Reammobox"], [ace_sys_interaction_key], 6, [QPATHTO_F(fnc_menuDef), "main"]] call CBA_ui_fnc_add;
|
||
|
|
||
|
ADDON = true;
|