You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added - Zeus Module: Add Filtered Arsenal ability to spawn object
What
=================
Added: ability for the existing Zeus arsenal to now spawn an object from
a dropdown list if module is not placed on an object. Bear in mind that,
it the selection list is kept blank, the module will fall back to
allowing a selection of multiple objects on which to apply the arsenal.
End result: A completely flexible module.
Issue ID: #27
Copy file name to clipboardExpand all lines: addons/core/XEH_preInit.sqf
+7
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,13 @@ private _bnb_e_settings = [
27
27
"2BNB Utilities",
28
28
false
29
29
],
30
+
[
31
+
"bnb_e_arsenal_objects",
32
+
"EDITBOX",
33
+
["Arsenal Objects", "Classnames, separated by commas and without double quotations, of objects that are spawnable by ""Add Filtered Arsenal"" module"],
[format ["Added %1 filtered arsenal to %2",_availableFiltersselect_filter, _objects], "core\functions\zeus_modules\fn_addArsenal.sqf"] callbnb_e_core_fnc_log;
0 commit comments