Add item on read

Post » Mon Jun 09, 2014 10:59 pm

I want to create a book, and when the player reads it, a certain item gets added to the players inventory. Does someone have a script for this? I'm a noob with the creation kit and scripting, so I don't quite have the skill to write a script myself yet.

User avatar
Ron
 
Posts: 3408
Joined: Tue Jan 16, 2007 4:34 am

Post » Tue Jun 10, 2014 3:23 am

ObjectReference Property MyItem Auto Event OnRead()Game.GetPlayer().AddItem(MyItem, 1)EndEvent
User avatar
NAkeshIa BENNETT
 
Posts: 3519
Joined: Fri Jun 16, 2006 12:23 pm

Post » Mon Jun 09, 2014 11:47 pm

Thank you very much.

User avatar
Averielle Garcia
 
Posts: 3491
Joined: Fri Aug 24, 2007 3:41 pm


Return to V - Skyrim