ACE3/addons/arsenal/missions/Arsenal.VR/description.ext
2017-12-22 15:09:06 +01:00

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"