Jump to content

Note


shavkacagarikia

Recommended Posts

You mean when you pick up this key a message box appears or a note is added to your inventory?

 

Well you Need to make a script amd apply the script to the key.

 

 

ScriptName KeyNoteScript

 

Begin onAdd

 

If GetContainer == player

Showmessage messageName.

Player.additem notename 1

Endif

End

 

You will need to create your message under the Message section in the GECK and use its ID you create in place of Message name

Likewise with the note you will need to create and use it's ID.

 

This will show the message and add a your note to your inventory however you can just do one or the other. If this doesn't make sense i will make it clearer when im on my computer (on phone atm)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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