mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
|
// by CAA-Picard
|
||
|
|
||
|
visibleMap &&
|
||
|
{alive player} &&
|
||
|
{"ItemMap" in (assignedItems ACE_player)} &&
|
||
|
{"ACE_MapTools" in (items ACE_player)} &&
|
||
|
{!GVAR(mapToolDragging)} &&
|
||
|
{!GVAR(mapToolRotating)}
|