Its not as hard as some may imply, and you have more options than are commonly mentioned. Like Quests, you can look for it by EID and not have to worry about FormIDs Quest FromThatOtherMod = Quest.GetQuest("WhateverItsEditorIDIs") <----- Has no reliance or worry about plugin name or FormID Can do the same for Keywords Headparts and Race also. Keyword.GetKeyword("WhateverWord") Depends ofc what you are doing, and ways you pref to set things up, but you can fully communicate with these other scripted objects, but you would need to iron out a gameplan which works for you, of how you plan to handle things, if ABC mod is present, and or DEF mod, etc