ACE3/addons/atragmx/functions/fnc_can_show.sqf

19 lines
351 B
Plaintext

/*
* Authors: Ruthberg
* Tests if the ATragMX can be shown
*
* Arguments:
* Nothing
*
* Return Value:
* can_show (bool)
*
* Example:
* call ace_atragmx_fnc_can_show
*
* Public: No
*/
#include "script_component.hpp"
(("ACE_ATragMX" in (uniformItems ACE_player)) || ("ACE_ATragMX" in (vestItems ACE_player))) && !(underwater ACE_player);