Change to call function

Switch over from deletmarkerlocal to function call
This commit is contained in:
DirtySanchez 2017-10-10 04:50:13 -05:00 committed by GitHub
parent 49442da4d4
commit 3aa0d8dbb4

View File

@ -37,7 +37,7 @@ class deathMarker_on
class deathMarker_off
{
condition = "dyna_deathMarkerON && dyna_mapDeathMarker";
action = "{deleteMarkerLocal _x}forEach ['DeathMarker','DeathMarker1','DeathMarker2']";
action = "['DeathMarker'] call EPOCH_fnc_deleteLocalMarkerSet";
icon = "x\addons\a3_epoch_community\icons\skull.paa";
tooltip = "Toggle OFF death marker";
};
};