What is the difference between addons listed under the paragraph:
addOns[]=
and
addOnsAuto[]=
in the mission.sqm
I know it's a list of required addOns for the mission, but why is it repeated? And why are there more addOns in the first part than the second?!?
This is a quote from a mission I'm making:
class Mission
{
addOns[]=
{
"RFJ_mercs",
"BAS_OPFOR",
"bis_resistance",
"bas_o",
"jam_magazines"
};
addOnsAuto[]=
{
"RFJ_mercs",
"BAS_OPFOR",
"bas_o"
};