From 456c6f84e846b719a745f27aa55f322feb2fc645 Mon Sep 17 00:00:00 2001 From: second_coming Date: Thu, 16 Jun 2016 11:50:11 +0100 Subject: [PATCH] Occupation mission - added Tanoa config --- .../addons/a3_dms/missions/static/occupation.sqf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/@ExileServer/addons/a3_dms/missions/static/occupation.sqf b/@ExileServer/addons/a3_dms/missions/static/occupation.sqf index d1228c0..d8f5989 100644 --- a/@ExileServer/addons/a3_dms/missions/static/occupation.sqf +++ b/@ExileServer/addons/a3_dms/missions/static/occupation.sqf @@ -50,6 +50,15 @@ switch (toLower worldName) do _msgLOSE = ['#FF0000',"The troops have left Norinsk, taking the cache with them..."]; }; + case "tanoa": + { + _pos = [11685,2666,0]; + _missionName = "Lijnhaven Occupation"; + _msgStart = ['#FFFF00',"Lijnhaven is under martial law! There are reports they have a large weapon cache..."]; + _msgWIN = ['#0080FF',"Convicts have successfully assaulted the town of Lijnhaven and secured the cache!"]; + _msgLOSE = ['#FF0000',"The troops have left Lijnhaven, taking the cache with them..."]; + }; + default { diag_log format["DMS ERROR :: Attempting to run occupation with unsupported map: %1",worldName];