mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
19 lines
358 B
Plaintext
19 lines
358 B
Plaintext
/*
|
|
* 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"
|
|
|
|
(("ACE_ATragMX" in (uniformItems ACE_player)) || ("ACE_ATragMX" in (vestItems ACE_player))) && !(underwater ACE_player);
|