ACE3/addons/atragmx/functions/fnc_can_show.sqf

19 lines
358 B
Plaintext
Raw Normal View History

/*
* Authors: Ruthberg
* Tests if the ATragMX dialog can be shown
*
* Arguments:
* Nothing
*
* Return Value:
* can_show <BOOL>
*
* Example:
* call ace_atragmx_fnc_can_show
*
* Public: No
*/
#include "script_component.hpp"
2015-04-09 17:12:10 +00:00
(("ACE_ATragMX" in (uniformItems ACE_player)) || ("ACE_ATragMX" in (vestItems ACE_player))) && !(underwater ACE_player);