2015-04-06 13:51:59 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-04-10 13:09:38 +00:00
|
|
|
//if (dialog) exitWith { false };
|
2015-04-06 19:11:02 +00:00
|
|
|
if (underwater ACE_player) exitWith { false };
|
|
|
|
if (!("ACE_ATragMX" in (uniformItems ACE_player)) && !("ACE_ATragMX" in (vestItems ACE_player))) exitWith { false };
|
2015-04-06 13:51:59 +00:00
|
|
|
|
2015-04-06 20:11:06 +00:00
|
|
|
execVM QUOTE(PATHTOF(functions\fnc_update_target_selection.sqf));
|
2015-04-06 13:51:59 +00:00
|
|
|
|
|
|
|
createDialog 'ATragMX_Display';
|
|
|
|
|
2015-04-06 20:11:06 +00:00
|
|
|
true execVM QUOTE(PATHTOF(functions\fnc_show_main_page.sqf));
|
2015-04-06 13:51:59 +00:00
|
|
|
|
2015-04-06 20:11:06 +00:00
|
|
|
false execVM QUOTE(PATHTOF(functions\fnc_show_add_new_gun.sqf));
|
|
|
|
false execVM QUOTE(PATHTOF(functions\fnc_show_gun_list.sqf));
|
|
|
|
false execVM QUOTE(PATHTOF(functions\fnc_show_range_card.sqf));
|
|
|
|
false execVM QUOTE(PATHTOF(functions\fnc_show_range_card_setup.sqf));
|
|
|
|
false execVM QUOTE(PATHTOF(functions\fnc_show_target_range_assist.sqf));
|
|
|
|
false execVM QUOTE(PATHTOF(functions\fnc_show_target_speed_assist.sqf));
|
|
|
|
false execVM QUOTE(PATHTOF(functions\fnc_show_target_speed_assist_timer.sqf));
|
2015-04-06 13:51:59 +00:00
|
|
|
|
|
|
|
{
|
2015-04-07 20:44:26 +00:00
|
|
|
lbAdd [6000, _x select 0];
|
2015-04-08 09:05:28 +00:00
|
|
|
} forEach GVAR(gunList);
|
2015-04-06 13:51:59 +00:00
|
|
|
|
|
|
|
true
|