KA Suitcase Nuke [Manuell Detonation]

If you liked this item, please rate it up on Steam Workshop page.

Author: Zabalinos

Last revision: 31 May, 2025 at 13:41 UTC

File size: 11.58 MB

On Steam Workshop

Description:

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];
/**************************************************************************/