Anteq Iney 0 Posted August 23, 2020 Hello, I need a condition that will check the presence or absence of a mask in inventory or weared My script: if !(('Mask_M40' in (items player)) || ('Mask_M40' in (assigneditems player))) then {}; 'Mask_M40' in (items player) is working 'Mask_M40' in (assigneditems player) Is not working Please help! Share this post Link to post Share on other sites
gc8 977 Posted August 23, 2020 3 hours ago, Anteq Iney said: Is not working assigneditems only returns (copy from wiki): [<Map>, <Compass>, <Watch>, <Radio>, <GPS>, <NVG>, <Binoculars>] my guess is you need goggles for the mask or headgear 1 Share this post Link to post Share on other sites
Anteq Iney 0 Posted August 23, 2020 9 minutes ago, gc8 said: assigneditems only returns (copy from wiki): [<Map>, <Compass>, <Watch>, <Radio>, <GPS>, <NVG>, <Binoculars>] my guess is you need goggles for the mask or headgear Yes, goggles is working, thank you very much! Share this post Link to post Share on other sites