PDA

View Full Version : problem with BIS_fnc_spawnGroup



alessillo
Jun 23 2012, 15:10
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

Li0n
Jun 24 2012, 13:23
[markerPos "ger_spwn",west,configFile >> "cfggroups" >> "west" >> "LIB_PANZERWAFFE" >> "LIB_Medium_tanks" >> "LIB_GER_PzKpfwIV_H_Platoon"] call BIS_fnc_spawnGroup; - this will spawn tanks, with Functions module placed, ofcourse.