Zorkaz Posted August 28, 2022 Share Posted August 28, 2022 I'm trying to add/remove a keyword to a weapon by changing the omod.One OMOD adds the keyword, the other removes it, so far so good. But the script attached to the weapon does not recognize the change. (It works very well if I remove the Keyword by hand) So does adding/removing a Keyword actually work? Link to comment Share on other sites More sharing options...
DieFeM Posted August 28, 2022 Share Posted August 28, 2022 I'd figure that the order in which you equip those mods is not the order in which the engine processes their properties.So that if you think: No mods -> 0 keywordMod 1 -> Add 1 keywordMod 2 -> Remove 1 keywordResult -> 0 keyword But what the engine could be doing is No mods -> No keywordMod 2 -> Remove 1 keywordMod 1 -> Add 1 keywordResult -> 1 keyword You see, the order in which the mods are processed may affect to the result. The order in which those mods are applied may have nothing to do with the order in which you apply them. Link to comment Share on other sites More sharing options...
LarannKiar Posted August 30, 2022 Share Posted August 30, 2022 (edited) So does adding/removing a Keyword actually work? I think you need to remove the "AddKeyword" OMOD to actually remove the keyword. As long as at least one OMOD adds that keyword to the item, the keyword remains on it. Edited August 30, 2022 by LarannKiar Link to comment Share on other sites More sharing options...
Zorkaz Posted August 30, 2022 Author Share Posted August 30, 2022 Then there's no chance to add it again Link to comment Share on other sites More sharing options...
Recommended Posts