
Originally Posted by
code34
1) use empty array instead for resistance side, it should work (cause resistance and east side array are merged after)
2) it s composition (several objects that build together a composition), i don't know if there are used in IF.
Ok, thanks.
Yesterday, I managed for the first time and the mission work in IF.
A small campaign with two missions.
I found some problems.
The mission HQ marker didn´t appear on the map and, in the last mission, the HQ got a position too far from the target.
About the side missions, some of them have a varname like this:
Code:
case 43: {
_missiontext = [_missionname,"Retrieve","an AH64"];
_vehicle = createVehicle ["AH64D_EP1", _position, [], 0, "NONE"];
[_vehicle] spawn WC_fnc_rob;
_varname="bonusah64";
If I want to put an IF vehicle, What should I do with this varname?