ACE3/addons/maptools/functions/fnc_canUseMapGPS.sqf
2015-03-24 01:18:00 -03:00

8 lines
132 B
Plaintext

// by esteldunedain
#include "script_component.hpp"
visibleMap &&
{alive ACE_player} &&
{"ItemGPS" in (assignedItems ACE_player)}