lawman_actual 24 Posted July 19, 2015 (edited) Don't mind me. Just being an idiot Edited July 19, 2015 by Lawman_Actual Share this post Link to post Share on other sites
Schatten 290 Posted July 19, 2015 indicator = 0; for "_i" from 0 to 15 do { indicator = 1; if us_tickets < 12 then {_a_setchoice = [4,8];} else { if us_tickets < 8 then {_a_setchoice = [4];} else {_a_setchoice = [4,8,12];}; [color="#FF0000"]};[/color] _setchoice = _a_setchoice call BIS_fnc_selectRandom; if _a_setchoice == 4 then {_h_vehicle = 1;} else { if _a_setchoice == 8 then { _a_vehiclechoice = [2,3]; _h_vehicle = _a_vehiclechoice call BIS_fnc_selectRandom; else {_h_vehicle = 4;}; [color="#FF0000"]};[/color] }; Share this post Link to post Share on other sites