2017-12-22 09:19:30 +00:00
|
|
|
#include "script_component.hpp"
|
2017-12-22 08:39:01 +00:00
|
|
|
|
2017-12-22 09:19:30 +00:00
|
|
|
dev = "commy2";
|
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
|
|
|
|
onLoadName = CSTRING(Mission);
|
|
|
|
overviewText = CSTRING(Mission_overview);
|
2017-12-22 10:05:32 +00:00
|
|
|
overviewPicture = "logo_ca.paa";
|
2017-12-22 08:39:01 +00:00
|
|
|
|
|
|
|
briefing = 0;
|
|
|
|
debriefing = 0;
|
2017-12-22 10:26:29 +00:00
|
|
|
enableDebugConsoleSP = 1;
|
2017-12-22 08:39:01 +00:00
|
|
|
|
|
|
|
doneKeys[] = {"BIS_Arsenal.Map_VR_done"};
|
2017-12-22 14:09:06 +00:00
|
|
|
onPauseScript[] = {QFUNC(onPause)};
|
2017-12-22 08:39:01 +00:00
|
|
|
|
2017-12-22 14:09:06 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|