Jump to content
Sign in to follow this  
Cyper

How to remove NVG googles?

Recommended Posts

How do I remove NVG gooles from units?

The following script does not work.

this unassignItem "NVGoggles"; this removeItem "NVGoggles"; 

Share this post


Link to post
Share on other sites

I may be mistaken, but aren't NVgoggles considered a weapon? Much like binoculars? I would try removeWeapon instead.

this unassignitem "NVGoggles"; this removeweapon "NVGoggles";

I also think that NVgoggles have specific names for each side, like "NVGoggles_OPFOR" and the like.

Share this post


Link to post
Share on other sites

The following script does not work.

this unassignItem "NVGoggles"; this removeItem "NVGoggles"; 

On which side is the unit you're applying this to? Independent and OPFOR have for some reason different NVGs ("NVGoggles_INDEP" respectively "NVGoggles_OPFOR").

Share this post


Link to post
Share on other sites

this unlinkItem "NVGoggles"

That is all you need to remove NATO, then IndeedPetes suggestion on the rest. To add just use linkItem.

Share this post


Link to post
Share on other sites
On which side is the unit you're applying this to? Independent and OPFOR have for some reason different NVGs ("NVGoggles_INDEP" respectively "NVGoggles_OPFOR").

This solved my problem. Thanks.

I was gooling a solution before, but I never came across this one earlier.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×