I am trying to make an add on free mission for OFP 1.96 Resistance and want to use two units, the Kord and the OH-58 helo. Are these actual add ons or part of Resistance?
This is what I get in my mission.sqm:
version=11;
class Mission
{
addOns[]=
{
"KORD",
"OH58"
};
addOnsAuto[]=
{
"KORD",
"OH58"
};
randomSeed=13609987;
Sorry if this a noob question, I just don't know the answer.