Jump to content

Is there a way to disable the "You opened the door with X Key"


Nephenee13

Recommended Posts

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 by Maskar
Link to comment
Share on other sites

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...