Spearhead 1944 Arsenal (WW2): Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(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...")
 
m (R3vo moved page Spearhead 1944 WW2 Arsenal to Spearhead 1944 Arsenal (WW2) without leaving a redirect: naming)
(No difference)

Revision as of 19:28, 10 August 2024

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;