mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:23:28 +00:00
added ace self action to create the eud connection dialog
This commit is contained in:
@@ -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"
|
||||||
Reference in New Issue
Block a user