Spearhead 1944 Arsenal (WW2)

From Bohemia Interactive Community
Revision as of 19:27, 10 August 2024 by R3vo (talk | contribs) (Created page with "Spearhead 1944 comes with a custom Arsenal. The equipment available can be filtered based on side or faction. <sqf> // Filter by sides BIS_fnc_arsenal_sides = [side player, 2]; //Converts side automatically to the id number - so both inputs are valid ["Open", true] spawn SPE_Arsenal_fnc_arsenal; </sqf> <sqf> // Filter by factions BIS_fnc_arsenal_factions = [faction player, "SPE_US_ARMY"]; ["Open", true] spawn SPE_Arsenal_fnc_arsena...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Spearhead 1944 comes with a custom Arsenal. The equipment available can be filtered based on side or faction.

// Filter by sides BIS_fnc_arsenal_sides = [side player, 2]; //Converts side automatically to the id number - so both inputs are valid ["Open", true] spawn SPE_Arsenal_fnc_arsenal;

// Filter by factions BIS_fnc_arsenal_factions = [faction player, "SPE_US_ARMY"]; ["Open", true] spawn SPE_Arsenal_fnc_arsenal;