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

11 lines
236 B
Plaintext

// by esteldunedain
#include "script_component.hpp"
visibleMap &&
{alive ACE_player} &&
{"ItemMap" in (assignedItems ACE_player)} &&
{"ACE_MapTools" in (items ACE_player)} &&
{!GVAR(mapTool_isDragging)} &&
{!GVAR(mapTool_isRotating)}