Nephenee13 Posted July 23, 2012 Share Posted July 23, 2012 I'll take an existing mod, or if someone could point me in the proper direction to do it myself, that would be acceptable. Link to comment Share on other sites More sharing options...
Maskar Posted July 23, 2012 Share Posted July 23, 2012 (edited) Something like SetStringGameSettingEX "sOpenWithKey| " should work. If not, you could spam a couple of empty messages before the open with key message shows. If the open with key message is displayed by another mod you could try an activate event handler and spam empty messages with that. Edited July 23, 2012 by Maskar Link to comment Share on other sites More sharing options...
WarRatsG Posted July 24, 2012 Share Posted July 24, 2012 An OnActivate event handler that unlocks the door before you activate it would probably work. Link to comment Share on other sites More sharing options...
Nephenee13 Posted July 24, 2012 Author Share Posted July 24, 2012 Ok....how would I actually go about doing that? I get that I'd have to use a script, but I'm not even sure how I'd even begin. Link to comment Share on other sites More sharing options...
Maskar Posted July 24, 2012 Share Posted July 24, 2012 Event handlers sound a bit scary but are extremely powerful and very easy to use. You set up an event handler first (usually in the GetGameLoaded part) and every time it's triggered it will execute your script somewhere else. The OBSE documentation has a lot of info on it. Link to comment Share on other sites More sharing options...
Recommended Posts