mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Change to call function
Switch over from deletmarkerlocal to function call
This commit is contained in:
parent
49442da4d4
commit
3aa0d8dbb4
@ -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";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user