Dear reader
Ok I have tried to search these forums and google unsuccessfully. In the process of finalising a exile server for a few friends and I.
I have an issue trying to run enigma revive and secure safe zones together. Basically both have separate files in custom code overwriting the same file.
I am a novice at this and have had much success following everyone's guides however haven't come across the need to do this before and would really like some help. I guess somehow the files have to be merged to one script. Can anyone help or set me off on the right path?
from my custom code in config.cpp:-
ExileClient_object_player_event_onInventoryOpened = "addons\SecureSafezones\GG_onInventoryOpened.sqf";
ExileClient_object_player_event_onInventoryOpened = "addons\EnigmaRevive\ExileClient_object_player_event_onInventoryOpened.sqf";
The two files i need to "merge?" are
https://pastebin.com/GKBtNmxW and
https://pastebin.com/zJpBgCDp
Would really appreciate some assistance
Thanks