added ace self action to create the eud connection dialog

This commit is contained in:
Valmo Trindade
2025-06-17 03:43:07 -03:00
parent ed2b09a5f6
commit d9da877da6

View File

@@ -16,4 +16,20 @@ class CfgPatches {
};
};
#include "CfgEventHandlers.hpp"
class CfgVehicles {
class Man;
class CAManBase: Man {
class ACE_SelfActions {
class danceParty {
displayName = "Connect to EUD";
condition = "!(player getVariable ['armatak_client_eudConnected', false])";
exceptions[] = {};
statement = "createDialog 'armatak_udp_socket_start_dialog'";
icon = "";
};
};
};
};
#include "CfgEventHandlers.hpp"
#include "dialog.hpp"