mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
18 lines
231 B
Plaintext
18 lines
231 B
Plaintext
/*
|
|
* Author: esteldunedain
|
|
* canUseMapGPS
|
|
*
|
|
* Arguments:
|
|
* None
|
|
*
|
|
* Return Value:
|
|
* <BOOL>
|
|
*
|
|
* Public: No
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
visibleMap &&
|
|
{alive ACE_player} &&
|
|
{"ItemGPS" in (assignedItems ACE_player)}
|