ACE3/addons/fortify/initSettings.sqf

12 lines
293 B
Plaintext
Raw Normal View History

[
QXGVAR(settingHint),
"LIST",
[LLSTRING(settingHint), LLSTRING(settingHintDesc)],
LLSTRING(settingsCategory),
[
[0, 1, 2],
[LLSTRING(settingHintNone), LLSTRING(settingHintHasTool), LLSTRING(settingHintEveryone)],
2
]
] call CBA_fnc_addSetting;