Hallo,
i have the following problem:
I want to use the Placeable Claymore from the CoC Mines (included in SEB Nam Pack 2).
The player should decide in the Briefing Gear Screen how many Claymores he want take to the mission.
Therefore i added in the description.ext:
class COCM18A1 {count = 10;};
it looks well (you can select/deselect them, the icon is there etc.) but when i want to place them in the mission (the menu item is there) the player kneels, but noting happen. I thought it has something to do with the COCMinesPut:
So i added in the init sys:
[] exec "\CoC_Mines\scripts\InitMines.sqs"
player addWeapon "COCMinesPut";
But it does not help ! Do you have any ideas ?
With best Regards
Kuro