Search the Community
Showing results for tags 'Strategic map'.
Found 3 results
-
How to remove accomplished mission from Strategic Map
kibaBG posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi, I love how the strategic map is and I use it to choose different missions or areas to be liberated. The problem is I want the mission do disappear from the strategic map after it's accomplished. I had the idea the part from the Open Strategic Map array should be deleted, so the mission doesn't show up again but I don't know how to do it. [findDisplay 46, [4647.75,2053.72,0], [[[6450.85,4920.97,0], { [] execVM "area\sona_castle.sqf"; ["flag_usa_1", 6] execVM "ptrl.sqf"; ["flag_usa_1", 1200, 2] execVM "reinf\ah6.sqf"; ["flag_usa_1", 1800, 4] execVM "reinf\qrf.sqf"; _trg = createTrigger ["EmptyDetector", getMarkerPos "flag_usa_1", true]; _trg setTriggerArea [800, 800, 0, false, 500]; _trg setTriggerActivation ["WEST", "NOT PRESENT", true]; _trg setTriggerStatements ["this", "deleteMarker 'flag_usa_1'; deleteMarker 'border_mrk';", ""]; createMarker ["border_mrk", getMarkerPos "flag_usa_1"]; "border_mrk" setMarkerShape "ELLIPSE"; "border_mrk" setMarkerSize [800, 800]; "border_mrk" setMarkerColor "colorBLUFOR"; "border_mrk" setMarkerAlpha 0.5; } , "Sona Isle", "Capture the old castle", "SOF Ghost", "\A3\ui_f\data\map\markers\flags\USA_ca.paa", 1, []], [[8830.33,2047.55,0], { []execVM "area\yermolova_isle.sqf"; _trg = createTrigger ["EmptyDetector", getMarkerPos "flag_usa_2", true]; _trg setTriggerArea [800, 800, 0, false, 500]; _trg setTriggerActivation ["WEST", "NOT PRESENT", true]; _trg setTriggerStatements ["this", "deleteMarker 'flag_usa_2'; deleteMarker 'border_mrk';", ""]; createMarker ["border_mrk", getMarkerPos "flag_usa_2"]; "border_mrk" setMarkerShape "ELLIPSE"; "border_mrk" setMarkerSize [800, 800]; "border_mrk" setMarkerColor "colorBLUFOR"; "border_mrk" setMarkerAlpha 0.5; } , "Yermolova Isle", "Capture heli base on Yermolova", "SOF Ghost", "\A3\ui_f\data\map\markers\flags\USA_ca.paa", 1, []], [[15317.8,6919.94,0], { [] execVM "area\raven_rock.sqf"; ["flag_usa_9", 5] execVM "ptrl.sqf"; _trg = createTrigger ["EmptyDetector", getMarkerPos "flag_usa_9", true]; _trg setTriggerArea [800, 800, 0, false, 500]; _trg setTriggerActivation ["WEST", "NOT PRESENT", true]; _trg setTriggerStatements ["this", "deleteMarker 'flag_usa_9'; deleteMarker 'border_mrk';", ""]; createMarker ["border_mrk", getMarkerPos "flag_usa_9"]; "border_mrk" setMarkerShape "ELLIPSE"; "border_mrk" setMarkerSize [800, 800]; "border_mrk" setMarkerColor "colorBLUFOR"; "border_mrk" setMarkerAlpha 0.5; } , "Raven Rock", "Capture the Wintry Station", "SOF Ghost", "\A3\ui_f\data\map\markers\flags\USA_ca.paa", 1, []], [[15324.5,2837.26,0], { [] execVM "area\afb_airfield.sqf"; ["flag_usa_3", 10] execVM "ptrl.sqf"; ["flag_usa_3", 1200, 2] execVM "reinf\ah6.sqf"; ["flag_usa_3", 1800, 4] execVM "reinf\qrf.sqf"; _trg = createTrigger ["EmptyDetector", getMarkerPos "flag_usa_3", true]; _trg setTriggerArea [800, 800, 0, false, 500]; _trg setTriggerActivation ["WEST", "NOT PRESENT", true]; _trg setTriggerStatements ["this", "deleteMarker 'flag_usa_3'; deleteMarker 'border_mrk';", ""]; createMarker ["border_mrk", getMarkerPos "flag_usa_3"]; "border_mrk" setMarkerShape "ELLIPSE"; "border_mrk" setMarkerSize [800, 800]; "border_mrk" setMarkerColor "colorBLUFOR"; "border_mrk" setMarkerAlpha 0.5; } , "AFB Airfield", "Capture the Wintry Station", "SOF Ghost", "\A3\ui_f\data\map\markers\flags\USA_ca.paa", 1, []], [[16722.6,1924.74,0], { [] execVM "area\east_station.sqf"; ["flag_usa_4", 6] execVM "ptrl.sqf"; ["flag_usa_4", 1200, 2] execVM "reinf\ah6.sqf"; ["flag_usa_4", 1800, 4] execVM "reinf\qrf.sqf"; _trg = createTrigger ["EmptyDetector", getMarkerPos "flag_usa_4", true]; _trg setTriggerArea [800, 800, 0, false, 500]; _trg setTriggerActivation ["WEST", "NOT PRESENT", true]; _trg setTriggerStatements ["this", "deleteMarker 'flag_usa_4'; deleteMarker 'border_mrk';", ""]; createMarker ["border_mrk", getMarkerPos "flag_usa_4"]; "border_mrk" setMarkerShape "ELLIPSE"; "border_mrk" setMarkerSize [800, 800]; "border_mrk" setMarkerColor "colorBLUFOR"; "border_mrk" setMarkerAlpha 0.5; } , "East Station", "Capture the east station area", "SOF Ghost", "\A3\ui_f\data\map\markers\flags\USA_ca.paa", 1, []]], [], [], [], 0.5, false, 1, true, "Select Mission", true, "\A3\Ui_f\data\Map\GroupIcons\badge_rotate_%1_gs.paa"] call BIS_fnc_strategicMapOpen; -
Hello everyone, i have created a whiteboard with an addAction script that will activate a trigger wich is synched to the Open Strategic map module. This all seems to work fine however once the strategic map is openend once it cannot be activated again. So my question is how to make addAction repeatable or how to link my strategic map modules to a script? The addaction script in my whiteboard : this addaction ["Choose Insertion Point",{Trigger_Con = true; publicVariable "Trigger_Con";}]; Condition field of the trigger : Trigger_Con; I have been searching the internet for hours now without any luck and so i hope some of you here knows the answer. Sorry if my english is a little rubbish and if this is the wrong section of the forum. Thanks in advance
-
Hi guys! I hope that i'm posting in the right section, anyway here is the problem,i want try to make a mission and i want to open the strategic map via an addAction to a whiteboard or another objects (i made this thing a lot of time ago and now i'm not able to make this work again) i tried a lot yesterday but with no luck :/ i'm going crazy...there is someone that know how to make this thing to work? Thanks guys :D
- 10 replies
-
- Strategic map
- mission
-
(and 2 more)
Tagged with: