Page MenuHomeFeedback Tracker

You can "linkItem" goggles but you cannot "unlinkItem" goggles
Closed, ResolvedPublic

Description

It adds goggles just fine with linkItem but when you try to remove the added goggles with unlinkItem it shows config error

No entry config.bin/CfgWeapons.GOGGLESNAME

Details

Legacy ID
565153793
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Scripting
Steps To Reproduce

player linkItem "G_Diving";

works fine

player unlinkItem "G_Diving";

config error ^^^^

Event Timeline

Killzone_Kid edited Additional Information. (Show Details)
Killzone_Kid set Category to Scripting.
Killzone_Kid set Reproducibility to Always.
Killzone_Kid set Severity to None.
Killzone_Kid set Resolution to Fixed.
Killzone_Kid set Legacy ID to 565153793.May 7 2016, 4:11 PM

Confirmed.

the alternative command to put the item in the inventory does not work either:
player unassignItem "G_Diving"; // same error as in OP

For the time being one can removeGoggles to get similar effect (this won't put the goggles back in inventory though as would unassignItem)

Error still present

Just a reminder to Mr. japapatramtara who kindly promised to fix this in another thread :)

This might not be for japa, if it's a config error.

Well, he knows best I guess:

About [unlinkItem] - ok, will add support to unlink even goggles and headgear.

http://feedback.arma3.com/view.php?id=14576#c57253

player unlinkItem goggles player -> error
player unlinkItem headgear player -> OK

this is still an issue!

still gives error

should be fixed since DEV 126679 and will be distributed within next DEV version

MadDogX added a subscriber: MadDogX.May 7 2016, 4:11 PM

Marking as resolved.

cleanup. closing as resolved