hello all,
I would like to spawn a group of german medium tanks when the player enter an area, in Arma 2 I made a trigger and a marker called "tankSpawn", on activation there is this line:
[getMarkerPos "tankSpawn", side player, (configFile >> "CfgGroups" >> "West" >> "BIS_US" >> "Armored" >> "US_M1A2Platoon")] call BIS_fnc_spawnGroup.
In this way a platoon of tanks appears on the field. I would like to make the same thing in IF44, but nothing appears, I changed "BIS_US" witn "LIB_PANZERWAFFE", "Armored" with "Lib_Medium_Tanks" and "US_M1A2Platoon" with "LIB_GER_PzKpfwIV_H_Platoon", I suppose that the side "West" remains the same.
Many thanks