OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: nominesine on 10 Jan 2006, 20:44:48
-
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"
};
-
i remember Mikero talking about this and i think he found out maybe try to search or PM him
-
Even OFPEC Veterans like myself needs to be reminded sometimes... "Search before you post".
:-[
I found the answer in the thread you refered to: http://www.ofpec.com/yabbse/index.php?board=6;action=display;threadid=24440;start=0
Thank you. problem solved