KA Suitcase Nuke [Manuell Detonation]
A suitcase nuclear device (also suitcase nuke, suitcase bomb, backpack nuke, snuke, mini-nuke, and pocket nuke) is a tactical nuclear weapon that is portable enough that it could use a suitcase as its delivery method.
to add activion bomb to action menu use :
/**************************************************************************/
// Add action and store its ID
_nukeActionID = player addAction ["<t color=’#FF0000′>Activation Bomb X9</t>", {
missionNamespace setVariable ["_detonationTriggered", true, true];
hint "Bomb activated! No way back!";
//player removeAction _nukeActionID;
}, nil, 1.5, true, true, "", "missionNamespace getVariable [‘_detonationTriggered’, false] == false"];
/***************************************************************************/
to use bomb from trigger use:
/**************************************************************************/
missionNamespace setVariable ["_detonationTriggered", true, true];
/**************************************************************************/