Jump to content
Sign in to follow this  
alessillo

problem with BIS_fnc_spawnGroup

Recommended Posts

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

Share this post


Link to post
Share on other sites

[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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×