Spearhead 1944 Arsenal (WW2)

From Bohemia Interactive Community
Revision as of 19:28, 10 August 2024 by R3vo (talk | contribs) (R3vo moved page Spearhead 1944 WW2 Arsenal to Spearhead 1944 Arsenal (WW2) without leaving a redirect: naming)
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;