mirror of
https://github.com/Ignatz-HeMan/Ignatz_Tools.git
synced 2024-08-30 16:12:11 +00:00
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
_pos = getpos player;
|
|
_nearobjs = nearestobjects [_pos,[],25];
|
|
{
|
|
_obj = _x;
|
|
{
|
|
if (tolower (str _obj) find _x > -1) exitwith {
|
|
_obj hideObjectGlobal true;
|
|
};
|
|
} foreach ["pinus","ficus","wreck","stone"];
|
|
} foreach _nearobjs; |