It might come over for you guys as a dumb question, however .. I am not so experienced with ArmA scripting.
I tried to get this script working. I created a init.sqf file inside my mission folder. I created a trigger, which is activated by BLU-FOR, and in the init of the trigger I have
[Release] GOM_CB - Carpet Bombing V1.1
in ARMA 3 - MISSION EDITING & SCRIPTING
Posted
It might come over for you guys as a dumb question, however .. I am not so experienced with ArmA scripting.
I tried to get this script working. I created a init.sqf file inside my mission folder. I created a trigger, which is activated by BLU-FOR, and in the init of the trigger I have
_bomb = ["",screenToWorld [0.5,0.5],270,20,100] spawn GOM_fnc_carpetbombing;However, nothing happend. What exacly did I do wrong?