Somnium0 Posted March 1, 2020 Share Posted March 1, 2020 I was looking to apply it to the Chinese stealth armor but I wouldn't know where to start or if it is even possible. Link to comment Share on other sites More sharing options...
Mktavish Posted March 1, 2020 Share Posted March 1, 2020 I think maybe you just add this script to the armor you want ...NVDLC03AuralStealthSuitObjectSCRIPT Unless there is some other activation needed done , like a quest objective or dialogue choice ?But the Quest is start game enabled , so looks to just need equipping with that script on it to run stuff. But then also the Quest script "NVDLC03AuralStealthSuitQuestSCRIPT"Needs some line changes ... anytime you find this ... ( looks to be just 4 spots) If ( Player.GetEquipped NVDLC03AuralStealthsuit == 1 ) Add the orange portion to it If ( Player.GetEquipped NVDLC03AuralStealthsuit == 1 || Player.GetEquipped ChineseStealthArmor == 1) Link to comment Share on other sites More sharing options...
Somnium0 Posted March 1, 2020 Author Share Posted March 1, 2020 Thanks a bunch! That's extremely helpful. Link to comment Share on other sites More sharing options...
Recommended Posts