Added a SetTrigger action to placement items in preparation for changes over to a set trigger after place system as opposed to before.

This commit is contained in:
Garth L-H de Wet 2015-02-20 00:45:31 +02:00
parent 910a6a16ab
commit 88af894f55

View File

@ -74,6 +74,20 @@ class CfgVehicles {
scopeCurator = 1;
vehicleClass = "Cargo";
ACE_offset[] = {0,0,0};
class ACE_Actions {
selection = "";
class ACE_SetTrigger {
selection = "";
displayName = "$STR_ACE_Explosives_TriggerMenu";
distance = 4;
condition = QUOTE(true);
statement = QUOTE([_target getVariable QUOTE(QGVAR(class))] call FUNC(openTriggerSelectionUI););
showDisabled = 0;
exceptions[] = {};
priority = 0.3;
icon = QUOTE(PATHTOF(UI\Explosives_Menu_ca.paa));
};
};
};
class ACE_Explosives_Place_DemoCharge:ACE_Explosives_Place {