ACE3/addons/atragmx/functions/fnc_can_show.sqf

19 lines
355 B
Plaintext
Raw Normal View History

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