shavkacagarikia Posted February 3, 2015 Share Posted February 3, 2015 hello people just wanted to know if there is way to make a note to be shown on screen after picking up custom made key? sorry for my english Link to comment Share on other sites More sharing options...
aaronz12345 Posted February 6, 2015 Share Posted February 6, 2015 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 EndifEnd You will need to create your message under the Message section in the GECK and use its ID you create in place of Message nameLikewise 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 More sharing options...
shavkacagarikia Posted February 6, 2015 Author Share Posted February 6, 2015 thanks, i made it Link to comment Share on other sites More sharing options...
aaronz12345 Posted February 6, 2015 Share Posted February 6, 2015 Glad I could help Link to comment Share on other sites More sharing options...
Recommended Posts