mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
18 lines
360 B
Plaintext
18 lines
360 B
Plaintext
#include "script_component.hpp"
|
|
|
|
dev = "commy2";
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
onLoadName = CSTRING(Mission);
|
|
overviewText = CSTRING(Mission_overview);
|
|
overviewPicture = "logo_ca.paa";
|
|
|
|
briefing = 0;
|
|
debriefing = 0;
|
|
enableDebugConsoleSP = 1;
|
|
|
|
doneKeys[] = {"BIS_Arsenal.Map_VR_done"};
|
|
onPauseScript[] = {QFUNC(onPause)};
|
|
|
|
#include "CfgEventHandlers.hpp"
|