ACE3/addons/zeus/initSettings.sqf
Dystopian 32fc6bb437 Add possibility to create zeus during mission (#6203)
* Add possibility to create zeus during mission

* Use LLSTRING

* Allow deleting when setting is disabled

* Delete canCreate function

* Delete workaround for missed vehicles

* Revert "Delete workaround for missed vehicles"

This reverts commit e33102ee3c.
2018-11-10 14:33:20 -06:00

23 lines
589 B
Plaintext

[
QGVAR(canCreateZeus),
"LIST",
format [LLSTRING(MenuSetting), LLSTRING(CreateZeus)],
format ["ACE %1", LLSTRING(DisplayName)],
[
[
CAN_CREATE_NONE,
CAN_CREATE_ADMIN,
CAN_CREATE_CONSOLE,
CAN_CREATE_ALL
],
[
localize "STR_A3_None",
localize "str_3den_attributes_enabledebugconsole_host_text",
localize "str_ui_debug_title",
localize "str_3den_attributes_enabledebugconsole_all_text"
],
0
],
true
] call CBA_settings_fnc_init;