The script-command >Unit unassignitem "NVGoggles"< doesn't seem to work.
Maybe the item "NVGoggles" was renamed since version 0.77?
The script-command >Unit unassignitem "NVGoggles"< doesn't seem to work.
Maybe the item "NVGoggles" was renamed since version 0.77?
Enemy unit on map in mission-editor, place command >this unassignitem "NVGoggles"; this removeitem "NVGoggles"< into its init-field. I also tried the command >this unassignitem "NVGoggles"; removegoggles this<. The unit still wears the NVGoggles.
I started the game 3 times new, including restart of the whole System. The problem still exists.
There are faction specific NVGoggles now.
Check the config viewer in the editor to find them, I forgot what the classnames were.
Edit: Opfor should be named "NVGoggles_OPFOR"
I can remove goggles completely with
player unassignItem "nvgoggles";
player removeItem "nvgoggles";
in the latest build