mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
742626ff1a
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
20 lines
328 B
Plaintext
20 lines
328 B
Plaintext
#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
|
|
*/
|
|
|
|
!underwater ACE_player &&
|
|
{"ACE_ATragMX" in ([ACE_player] call EFUNC(common,uniqueItems))}
|