/* Auhtor: Natic | Technic-Zone.de Date: 06.04.2019 Nobody is allowed to use or edit this Script without my Permissions */ private ["_chance"]; _chance = floor(random(100)); _time = "120"; while (_time) do { if ((_chance == 10) || (_chance == 86)) exitWith { call life_fnc_BMZ_fire; }; if ((_chance == 41) || (_chance == 99) exitWith { call life_fnc_BMZ_miss; }; };