I need some suicide script help

LTGNick

Valued Member!
So im using Grafzahl suicide script but players have been complaining that they miss click is there anyway to add a secondary are you sure kinda step?
 
something like this:

_pathtoscript = "Path\to\";
_EXECscript1 = 'player execVM "'+_pathtotools+'%1"';
Code:
Arey0usure =
[
    ["",true],
["Are you sure?", [-1], "", -5, [["expression", ""]], "1", "0"],
        ["Yes!", [],  "", -5, [["expression", format[_EXECscript1,"suicide.sqf"]]], "1", "1"],
        ["", [-1], "", -5, [["expression", ""]], "1", "0"],
            ["Exit", [13], "", -3, [["expression", ""]], "1", "1"]
];
 
Maybe they are just very tired? I'd add more vehicles so they aren't running around so much and getting worn down. They should properly die then.
 
Back
Top