Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - private ["_msg","_Storms_Menu"];
 - _Storms_Menu = {_x == "ItemBriefcase10oz"} count magazines player;
 - if ((_Storms_Menu >= 1)) then {
 - player removeMagazine "ItemBriefcase10oz";;
 - sleep 15;
 - execVM "Stormz\init.sqf";
 - } else {
 - _msg = "You need: "+str(1 - _Storms_Menu)+"x(Briefcase with in it 10oz) to start crafting.";
 - cutText [_msg, "PLAIN DOWN"];
 - };
 
                    Add Comment                
                
                        Please, Sign In to add comment